|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.ibm.commons.util.AbstractException com.ibm.commons.xml.XMLException
public class XMLException
XML Exception. A standard Exception implementation that allows for Exception chaining.
Constructor Summary | |
---|---|
XMLException(java.lang.Throwable nextException)
Constructs a new instance of this object. |
|
XMLException(java.lang.Throwable nextException,
java.lang.String msg)
Constructs a new instance of this object. |
|
XMLException(java.lang.Throwable nextException,
java.lang.String msg,
java.lang.Object p1)
Constructs a new instance of this object. |
|
XMLException(java.lang.Throwable nextException,
java.lang.String msg,
java.lang.Object p1,
java.lang.Object p2)
Constructs a new instance of this object. |
|
XMLException(java.lang.Throwable nextException,
java.lang.String msg,
java.lang.Object p1,
java.lang.Object p2,
java.lang.Object p3)
Constructs a new instance of this object. |
|
XMLException(java.lang.Throwable nextException,
java.lang.String msg,
java.lang.Object p1,
java.lang.Object p2,
java.lang.Object p3,
java.lang.Object p4)
Constructs a new instance of this object. |
|
XMLException(java.lang.Throwable nextException,
java.lang.String msg,
java.lang.Object p1,
java.lang.Object p2,
java.lang.Object p3,
java.lang.Object p4,
java.lang.Object p5)
Constructs a new instance of this object. |
Method Summary |
---|
Methods inherited from class com.ibm.commons.util.AbstractException |
---|
getCause, initCause, printExtraInformation, printExtraInformation |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XMLException(java.lang.Throwable nextException)
nextException
- an earlier exception that was caught which is to be chained for use higher in the exception hierarchypublic XMLException(java.lang.Throwable nextException, java.lang.String msg)
nextException
- an earlier exception that was caught which is to be chained for use higher in the exception hierarchymsg
- a message that is to be printed with this exceptionpublic XMLException(java.lang.Throwable nextException, java.lang.String msg, java.lang.Object p1)
nextException
- an earlier exception that was caught which is to be chained for use higher in the exception hierarchymsg
- a message that is to be printed with this exceptionp1
- a parameter to be added to the messagepublic XMLException(java.lang.Throwable nextException, java.lang.String msg, java.lang.Object p1, java.lang.Object p2)
nextException
- an earlier exception that was caught which is to be chained for use higher in the exception hierarchymsg
- a message that is to be printed with this exceptionp1
- a parameter to be added to the messagep2
- a parameter to be added to the messagepublic XMLException(java.lang.Throwable nextException, java.lang.String msg, java.lang.Object p1, java.lang.Object p2, java.lang.Object p3)
nextException
- an earlier exception that was caught which is to be chained for use higher in the exception hierarchymsg
- a message that is to be printed with this exceptionp1
- a parameter to be added to the messagep2
- a parameter to be added to the messagep3
- a parameter to be added to the messagepublic XMLException(java.lang.Throwable nextException, java.lang.String msg, java.lang.Object p1, java.lang.Object p2, java.lang.Object p3, java.lang.Object p4)
nextException
- an earlier exception that was caught which is to be chained for use higher in the exception hierarchymsg
- a message that is to be printed with this exceptionp1
- a parameter to be added to the messagep2
- a parameter to be added to the messagep3
- a parameter to be added to the messagep4
- a parameter to be added to the messagepublic XMLException(java.lang.Throwable nextException, java.lang.String msg, java.lang.Object p1, java.lang.Object p2, java.lang.Object p3, java.lang.Object p4, java.lang.Object p5)
nextException
- an earlier exception that was caught which is to be chained for use higher in the exception hierarchymsg
- a message that is to be printed with this exceptionp1
- a parameter to be added to the messagep2
- a parameter to be added to the messagep3
- a parameter to be added to the messagep4
- a parameter to be added to the messagep5
- a parameter to be added to the message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |