javax.xml.datatype
Class DatatypeConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.datatype.DatatypeConfigurationException
All Implemented Interfaces:
Serializable

public class DatatypeConfigurationException
extends Exception

A serious error during datatype configuration.

Since:
1.3
See Also:
Serialized Form

Constructor Summary
DatatypeConfigurationException()
           
DatatypeConfigurationException(String message)
           
DatatypeConfigurationException(String message, Throwable cause)
           
DatatypeConfigurationException(Throwable cause)
           
 
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

DatatypeConfigurationException

public DatatypeConfigurationException()

DatatypeConfigurationException

public DatatypeConfigurationException(String message)

DatatypeConfigurationException

public DatatypeConfigurationException(String message,
                                      Throwable cause)

DatatypeConfigurationException

public DatatypeConfigurationException(Throwable cause)