public class ISOException extends java.lang.Exception implements Loggeable
| Constructor and Description |
|---|
ISOException()
Constructs an
ISOException with no detail message. |
ISOException(java.lang.String s)
Constructs an
ISOException with the specified detail
message. |
ISOException(java.lang.String s,
java.lang.Throwable nested)
Constructs an
ISOException with a detail Message nested
exception |
ISOException(java.lang.Throwable nested)
Constructs an
ISOException with a nested
exception |
| Modifier and Type | Method and Description |
|---|---|
void |
dump(java.io.PrintStream p,
java.lang.String indent) |
java.lang.Throwable |
getNested() |
protected java.lang.String |
getTagName() |
void |
printStackTrace() |
void |
printStackTrace(java.io.PrintStream ps) |
void |
printStackTrace(java.io.PrintWriter pw) |
java.lang.String |
toString() |
public ISOException()
ISOException with no detail message.public ISOException(java.lang.String s)
ISOException with the specified detail
message.s - the detail message.public ISOException(java.lang.Throwable nested)
ISOException with a nested
exceptionnested - another exceptionpublic ISOException(java.lang.String s,
java.lang.Throwable nested)
ISOException with a detail Message nested
exceptions - the detail message.nested - another exceptionpublic java.lang.Throwable getNested()
protected java.lang.String getTagName()
public void dump(java.io.PrintStream p,
java.lang.String indent)
public java.lang.String toString()
toString in class java.lang.Throwablepublic void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream ps)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter pw)
printStackTrace in class java.lang.Throwable