javax.xml.stream
Class FactoryConfigurationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by javax.xml.stream.FactoryConfigurationError
All Implemented Interfaces:
Serializable

public class FactoryConfigurationError
extends Error

Error indicating that a factory could not be configured.

See Also:
Serialized Form

Constructor Summary
FactoryConfigurationError()
           
FactoryConfigurationError(Exception e)
           
FactoryConfigurationError(Exception e, String msg)
           
FactoryConfigurationError(String msg)
           
FactoryConfigurationError(String msg, Exception e)
           
 
Method Summary
 Exception getException()
           
 String getMessage()
          Get the message associated with this Throwable.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

FactoryConfigurationError

public FactoryConfigurationError()

FactoryConfigurationError

public FactoryConfigurationError(Exception e)

FactoryConfigurationError

public FactoryConfigurationError(Exception e,
                                 String msg)

FactoryConfigurationError

public FactoryConfigurationError(String msg,
                                 Exception e)

FactoryConfigurationError

public FactoryConfigurationError(String msg)
Method Detail

getException

public Exception getException()

getMessage

public String getMessage()
Description copied from class: Throwable
Get the message associated with this Throwable.

Overrides:
getMessage in class Throwable
Returns:
the error message associated with this Throwable, may be null