public class ParseException extends JSAPException
JSAPException,
Serialized Form| Constructor and Description |
|---|
ParseException()
Creates a new ParseException.
|
ParseException(java.lang.String msg)
Creates a new ParseException with the specified message.
|
ParseException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new ParseException with the specified message encapsulating the
specified Throwable.
|
ParseException(java.lang.Throwable cause)
Creates a new ParseException encapsulating the specified Throwable.
|
public ParseException()
public ParseException(java.lang.String msg)
msg - the message for this ParseException.public ParseException(java.lang.Throwable cause)
cause - the Throwable to encapsulate.public ParseException(java.lang.String msg,
java.lang.Throwable cause)
msg - the message for this ParseException.cause - the Throwable to encapsulate.Copyright © 2002-2006, Martian Software, Inc.. All Rights Reserved.
For the latest version and documentation, please visit http://www.martiansoftware.com/jsap