Serializable
public class FactoryConfigurationError extends Error
Constructor | 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 | 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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-internal+0-adhoc.mlchung.jdk9-jdeps