SMILA (incubation) API documentation

org.eclipse.smila.processing.pipelets.xmlprocessing.util
Class XmlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.processing.pipelets.xmlprocessing.util.XmlException
All Implemented Interfaces:
java.io.Serializable

public class XmlException
extends java.lang.Exception

XmlException.

See Also:
Serialized Form

Constructor Summary
XmlException()
          Default Constructor.
XmlException(java.lang.String msg)
          Conversion Constructor.
XmlException(java.lang.String msg, java.lang.Throwable t)
          Conversion Constructor.
XmlException(java.lang.Throwable t)
          Conversion Constructor.
 
Method Summary
 
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()
Default Constructor.


XmlException

public XmlException(java.lang.String msg,
                    java.lang.Throwable t)
Conversion Constructor.

Parameters:
msg - the message
t - the Throwable

XmlException

public XmlException(java.lang.String msg)
Conversion Constructor.

Parameters:
msg - the message

XmlException

public XmlException(java.lang.Throwable t)
Conversion Constructor.

Parameters:
t - the Throwable

SMILA (incubation) API documentation