| |
|
| java.lang.Object java.lang.Throwable java.lang.Error javax.xml.stream.FactoryConfigurationError
FactoryConfigurationError | public class FactoryConfigurationError extends Error (Code) | | An error class for reporting factory configuration errors.
version: 1.0 author: Copyright (c) 2003 by BEA Systems. All Rights Reserved. |
FactoryConfigurationError | public FactoryConfigurationError()(Code) | | Default constructor
|
FactoryConfigurationError | public FactoryConfigurationError(java.lang.Exception e)(Code) | | 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)(Code) | | Construct an exception with a nested inner exception
and a message
Parameters: e - the exception to nest Parameters: msg - the message to report |
FactoryConfigurationError | public FactoryConfigurationError(java.lang.String msg, java.lang.Exception e)(Code) | | Construct an exception with a nested inner exception
and a message
Parameters: msg - the message to report Parameters: e - the exception to nest |
FactoryConfigurationError | public FactoryConfigurationError(java.lang.String msg)(Code) | | Construct an exception with associated message
Parameters: e - the exception to nest Parameters: msg - the message to report |
getException | public Exception getException()(Code) | | Return the nested exception (if any)
the nested exception or null |
getMessage | public String getMessage()(Code) | | Report the message associated with this error
the string value of the message |
|
|
|