Serializable
public class FactoryConfigurationError extends Error
Constructor | Description |
---|---|
FactoryConfigurationError() |
Default constructor |
FactoryConfigurationError |
Construct an exception with a nested inner exception |
FactoryConfigurationError |
Construct an exception with a nested inner exception and a message |
FactoryConfigurationError |
Construct an exception with associated message |
FactoryConfigurationError |
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 |
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
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.xml/javax/xml/stream/FactoryConfigurationError.html