Class LaunchRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
VASSAL.launch.LaunchRequestException
- All Implemented Interfaces:
Serializable
The
Exception
thrown by LaunchRequest
when command line
arguments cannot be parsed.- Since:
- 3.1.0
- Author:
- Joel Uckelman
- See Also:
-
Constructor Summary
ConstructorDescriptionLaunchRequestException
(String key, String... vals) Constructs a new exception with the argument list interpolated into the i18n string specified by the key. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LaunchRequestException
-