|
Build 1.0_r1(from source) | |||||||||
| 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
Represents an error that occured during the configuration of parser factory.
| Constructor Summary | |
|---|---|
FactoryConfigurationError()
Creates a new FactoryConfigurationError with no error message an no cause. |
|
FactoryConfigurationError(Exception cause)
Creates a new FactoryConfigurationError with no error message and a given cause. |
|
FactoryConfigurationError(Exception cause,
String message)
Creates a new FactoryConfigurationError with a given error message and cause. |
|
FactoryConfigurationError(String message)
Creates a new FactoryConfigurationError with a given error message and no cause. |
|
| Method Summary | |
|---|---|
Exception |
getException()
Returns the cause of the error, in case there is one. |
String |
getMessage()
Returns the message of the error, in case there is one. |
| 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(Exception cause)
cause - The cause of the error. Note that the nested
exception will be stored in a special attribute, and can be
queried using the getException() method. It does not use the
facility the Exception class provides for storing nested
exceptions, since the XML API predates that facility.
public FactoryConfigurationError(Exception cause,
String message)
cause - The cause of the error. Note that the nested
exception will be stored in a special attribute, and can be
queried using the getException() method. It does not use the
facility the Exception class provides for storing nested
exceptions, since the XML API predates that facility.message - The error message.public FactoryConfigurationError(String message)
message - The error message.| Method Detail |
|---|
public Exception getException()
public String getMessage()
getMessage in class Throwable
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||