|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Error javax.xml.stream.FactoryConfigurationError
public class FactoryConfigurationError
An error class for reporting factory configuration errors.
Constructor Summary | |
---|---|
FactoryConfigurationError()
Default constructor |
|
FactoryConfigurationError(Exception e)
Construct an exception with a nested inner exception |
|
FactoryConfigurationError(Exception e,
String msg)
Construct an exception with a nested inner exception and a message |
|
FactoryConfigurationError(String msg)
Construct an exception with associated message |
|
FactoryConfigurationError(String msg,
Exception e)
Construct an exception with a nested inner exception and a message |
Method Summary | |
---|---|
Exception |
getException()
Return the nested exception (if any) |
String |
getMessage()
Report the message associated with this error |
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 e)
e
- the exception to nestpublic FactoryConfigurationError(Exception e, String msg)
e
- the exception to nestmsg
- the message to reportpublic FactoryConfigurationError(String msg, Exception e)
msg
- the message to reporte
- the exception to nestpublic FactoryConfigurationError(String msg)
e
- the exception to nestmsg
- the message to reportMethod Detail |
---|
public Exception getException()
public String getMessage()
getMessage
in class Throwable
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.