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:
Serializable
An exception indicating that a syntax error was encountered in the argument
list.
- Author:
- Marty Lamb
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSyntaxException
(String msg) Creates a new SyntaxException with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SyntaxException
Creates a new SyntaxException with the specified message.- Parameters:
msg
- a description of the syntax problem.
-