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
- 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 |
SyntaxException(String msg)
Creates a new SyntaxException with the specified message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SyntaxException
public SyntaxException(String msg)
- Creates a new SyntaxException with the specified message.
- Parameters:
msg
- a description of the syntax problem.
Copyright © 2002-2006, Martian Software, Inc.. All Rights Reserved.
For the latest version and documentation, please visit http://www.martiansoftware.com/jsap