com.martiansoftware.jsap
Class SyntaxException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.martiansoftware.jsap.JSAPException
              extended bycom.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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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