public class JSAPException
extends java.lang.Exception
Flagged,
Option,
Serialized Form| Constructor and Description |
|---|
JSAPException()
Creates a new JSAPException.
|
JSAPException(java.lang.String msg)
Creates a new JSAPException with the specified message.
|
JSAPException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new JSAPException with the specified message encapsulating
the specified Throwable.
|
JSAPException(java.lang.Throwable cause)
Creates a new JSAPException encapsulating the specified Throwable.
|
public JSAPException()
public JSAPException(java.lang.String msg)
msg - the message for this JSAPException.public JSAPException(java.lang.Throwable cause)
cause - the Throwable to encapsulate.public JSAPException(java.lang.String msg,
java.lang.Throwable cause)
msg - the message for this JSAPException.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