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