Package VASSAL.launch

Class LaunchRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
VASSAL.launch.LaunchRequestException
All Implemented Interfaces:
Serializable

public class LaunchRequestException extends Exception
The Exception thrown by LaunchRequest when command line arguments cannot be parsed.
Since:
3.1.0
Author:
Joel Uckelman
See Also:
Serialized Form
  • Constructor Details

    • LaunchRequestException

      public LaunchRequestException(String key, String... vals)
      Constructs a new exception with the argument list interpolated into the i18n string specified by the key.
      Parameters:
      key - Resources key
      vals - Resources arguments