com.ibm.commons.xml
Class XMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.commons.util.AbstractException
              extended by com.ibm.commons.xml.XMLException
All Implemented Interfaces:
IExceptionEx, java.io.Serializable

public class XMLException
extends AbstractException

XML Exception. A standard Exception implementation that allows for Exception chaining.

See Also:
Serialized Form

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

XMLException

public XMLException(java.lang.Throwable nextException)
Constructs a new instance of this object.

Parameters:
nextException - an earlier exception that was caught which is to be chained for use higher in the exception hierarchy

XMLException

public XMLException(java.lang.Throwable nextException,
                    java.lang.String msg)
Constructs a new instance of this object.

Parameters:
nextException - an earlier exception that was caught which is to be chained for use higher in the exception hierarchy
msg - a message that is to be printed with this exception

XMLException

public XMLException(java.lang.Throwable nextException,
                    java.lang.String msg,
                    java.lang.Object p1)
Constructs a new instance of this object.

Parameters:
nextException - an earlier exception that was caught which is to be chained for use higher in the exception hierarchy
msg - a message that is to be printed with this exception
p1 - a parameter to be added to the message

XMLException

public XMLException(java.lang.Throwable nextException,
                    java.lang.String msg,
                    java.lang.Object p1,
                    java.lang.Object p2)
Constructs a new instance of this object.

Parameters:
nextException - an earlier exception that was caught which is to be chained for use higher in the exception hierarchy
msg - a message that is to be printed with this exception
p1 - a parameter to be added to the message
p2 - a parameter to be added to the message

XMLException

public 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.

Parameters:
nextException - an earlier exception that was caught which is to be chained for use higher in the exception hierarchy
msg - a message that is to be printed with this exception
p1 - a parameter to be added to the message
p2 - a parameter to be added to the message
p3 - a parameter to be added to the message

XMLException

public 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.

Parameters:
nextException - an earlier exception that was caught which is to be chained for use higher in the exception hierarchy
msg - a message that is to be printed with this exception
p1 - a parameter to be added to the message
p2 - a parameter to be added to the message
p3 - a parameter to be added to the message
p4 - a parameter to be added to the message

XMLException

public 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.

Parameters:
nextException - an earlier exception that was caught which is to be chained for use higher in the exception hierarchy
msg - a message that is to be printed with this exception
p1 - a parameter to be added to the message
p2 - a parameter to be added to the message
p3 - a parameter to be added to the message
p4 - a parameter to be added to the message
p5 - a parameter to be added to the message