de.fraunhofer.ipsi.xpathDatatypes
Class XPathDTException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.fraunhofer.ipsi.xpathDatatypes.XPathDTException
All Implemented Interfaces:
java.io.Serializable

public class XPathDTException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static java.lang.String URI_ERROR
           
 
Constructor Summary
XPathDTException(ErrorDescription error)
          Constructor
XPathDTException(java.lang.String message)
          Constructor
XPathDTException(java.lang.String message, java.lang.String[] args)
          Constructor
 
Method Summary
 ErrorDescription getError()
          Method getError
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

URI_ERROR

public static final java.lang.String URI_ERROR
See Also:
Constant Field Values
Constructor Detail

XPathDTException

public XPathDTException(java.lang.String message)
Constructor

Parameters:
message - a String

XPathDTException

public XPathDTException(java.lang.String message,
                        java.lang.String[] args)
Constructor

Parameters:
message - a String
args - a String[]

XPathDTException

public XPathDTException(ErrorDescription error)
Constructor

Parameters:
error - an ErrorDescription
Method Detail

getError

public ErrorDescription getError()
Method getError

Returns:
an ErrorDescription