public class FactoryConfigurationError extends Error
| Constructor and Description |
|---|
FactoryConfigurationError()
Default constructor
|
FactoryConfigurationError(Exception
Construct an exception with a nested inner exception
|
FactoryConfigurationError(Exception
Construct an exception with a nested inner exception and a message
|
FactoryConfigurationError(String
Construct an exception with associated message
|
FactoryConfigurationError(String
Construct an exception with a nested inner exception and a message
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
use the exception chaining mechanism of JDK1.4
|
Exception |
getException()
Return the nested exception (if any)
|
String |
getMessage()
Report the message associated with this error
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FactoryConfigurationError()
public FactoryConfigurationError(Exceptione)
e - the exception to nest
public FactoryConfigurationError(Exceptione, String msg)
e - the exception to nest
msg - the message to report
public FactoryConfigurationError(Stringmsg, Exception e)
msg - the message to report
e - the exception to nest
public FactoryConfigurationError(Stringmsg)
msg - the message to report
public ExceptiongetException()
public ThrowablegetCause()
public StringgetMessage()
getMessage in class
Throwable