public class FactoryConfigurationError extends Error
Constructor and Description |
---|
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
|
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, toString
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)
msg
- the message to reportpublic Exception getException()
public Throwable getCause()
public String getMessage()
getMessage
in class Throwable
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.