|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
javax.xml.parsers.FactoryConfigurationError
public class FactoryConfigurationError
An error occurred during configuration of the parser factory.
| Constructor Summary | |
|---|---|
FactoryConfigurationError()
Constructor with no 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. |
|
FactoryConfigurationError(String msg)
Constructor with the specified 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. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FactoryConfigurationError()
public FactoryConfigurationError(String msg)
msg - the detail messagepublic FactoryConfigurationError(Exception e)
e - the underlying cause of this exception
public FactoryConfigurationError(Exception e,
String msg)
e - the underlying cause of this exceptionmsg - the detail message| Method Detail |
|---|
public String getMessage()
getMessage in class Throwablepublic Exception getException()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||