|
jPOS 1.6.5 API Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jpos.iso.ISOException
public class ISOException
Signals that an ISO exception of some sort has occurred.
| Constructor Summary | |
|---|---|
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 |
|
| Method Summary | |
|---|---|
void |
dump(java.io.PrintStream p,
java.lang.String indent)
|
java.lang.Throwable |
getNested()
|
void |
printStackTrace()
|
void |
printStackTrace(java.io.PrintStream ps)
|
void |
printStackTrace(java.io.PrintWriter pw)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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
exception
nested - another exception
public ISOException(java.lang.String s,
java.lang.Throwable nested)
ISOException with a detail Message nested
exception
s - the detail message.nested - another exception| Method Detail |
|---|
public java.lang.Throwable getNested()
public void dump(java.io.PrintStream p,
java.lang.String indent)
dump in interface Loggeablepublic 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
|
jPOS.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||