public class javax.xml.stream
FactoryConfigurationError


Hide details Login
Java SE 6
  
Extends: Throwable > Error

An error class for reporting factory configuration errors.
version1.0
since1.6

Constructors
public FactoryConfigurationError()
Default constructor
public FactoryConfigurationError(Exception e)
Construct an exception with a nested inner exception
ethe exception to nest
public FactoryConfigurationError(Exception e, String msg)
Construct an exception with a nested inner exception and a message
ethe exception to nest
msgthe message to report
public FactoryConfigurationError(String msg, Exception e)
Construct an exception with a nested inner exception and a message
msgthe message to report
ethe exception to nest
public FactoryConfigurationError(String msg)
Construct an exception with associated message
msgthe message to report

Properties
public Exception getException()
Return the nested exception (if any)
returnthe nested exception or null
public String getMessage()
Report the message associated with this error
returnthe string value of the message