Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Error
javax.xml.parsers.FactoryConfigurationError
public class FactoryConfigurationError
extends Error
Constructor Summary | |
| |
| |
| |
|
Method Summary | |
Exception |
|
String |
|
public FactoryConfigurationError()
Constructor with no detail message.
public FactoryConfigurationError(Exception e)
Constructor with the specified underlying cause.
- Parameters:
e
- the underlying cause of this exception
public FactoryConfigurationError(Exception e, String msg)
Constructor with the specified underlying cause and detail message.
- Parameters:
e
- the underlying cause of this exceptionmsg
- the detail message
public FactoryConfigurationError(String msg)
Constructor with the specified detail message.
- Parameters:
msg
- the detail message
public Exception getException()
Returns the underlying cause of this exception, if any.
public String getMessage()
Returns the message for this error, if any.