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. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
SyntaxException
public SyntaxException(java.lang.String msg)Creates a new SyntaxException with the specified message.- Parameters:
msg- a description of the syntax problem.
-