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:
java.io.Serializable

public class FactoryConfigurationError
extends java.lang.Error

An error class for reporting factory configuration errors.

Version:
1.0
Author:
Copyright (c) 2003 by BEA Systems. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
FactoryConfigurationError()
          Default constructor
FactoryConfigurationError(java.lang.Exception e)
          Construct an exception with a nested inner exception
FactoryConfigurationError(java.lang.Exception e, java.lang.String msg)
          Construct an exception with a nested inner exception and a message
FactoryConfigurationError(java.lang.String msg)
          Construct an exception with associated message
FactoryConfigurationError(java.lang.String msg, java.lang.Exception e)
          Construct an exception with a nested inner exception and a message
 
Method Summary
 java.lang.Exception getException()
          Return the nested exception (if any)
 java.lang.String getMessage()
          Report the message associated with this error
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FactoryConfigurationError

public FactoryConfigurationError()
Default constructor


FactoryConfigurationError

public FactoryConfigurationError(java.lang.Exception e)
Construct an exception with a nested inner exception

Parameters:
e - the exception to nest

FactoryConfigurationError

public FactoryConfigurationError(java.lang.Exception e,
                                 java.lang.String msg)
Construct an exception with a nested inner exception and a message

Parameters:
e - the exception to nest
msg - the message to report

FactoryConfigurationError

public FactoryConfigurationError(java.lang.String msg,
                                 java.lang.Exception e)
Construct an exception with a nested inner exception and a message

Parameters:
msg - the message to report
e - the exception to nest

FactoryConfigurationError

public FactoryConfigurationError(java.lang.String msg)
Construct an exception with associated message

Parameters:
e - the exception to nest
msg - the message to report
Method Detail

getException

public java.lang.Exception getException()
Return the nested exception (if any)

Returns:
the nested exception or null

getMessage

public java.lang.String getMessage()
Report the message associated with this error

Overrides:
getMessage in class java.lang.Throwable
Returns:
the string value of the message