Package net.emustudio.edigen.ui
Class CommandLineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.emustudio.edigen.ui.CommandLineException
-
- All Implemented Interfaces:
java.io.Serializable
public class CommandLineException extends java.lang.ExceptionAn exception thrown when the command line arguments are invalid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandLineException(java.lang.String message)Constructs the exception.
-