Package com.martiansoftware.jsap
Class SyntaxException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.martiansoftware.jsap.JSAPException
-
- com.martiansoftware.jsap.SyntaxException
-
- All Implemented Interfaces:
java.io.Serializable
public class SyntaxException extends JSAPException
An exception indicating that a syntax error was encountered in the argument list.- Author:
- Marty Lamb
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SyntaxException(java.lang.String msg)
Creates a new SyntaxException with the specified message.
-