public class ConfigurationException extends GeneratorException
Constructor and Description |
---|
ConfigurationException()
Constructs a ConfigurationException without error message.
|
ConfigurationException(String message)
Constructs a ConfigurationException with the given error message.
|
ConfigurationException(String message,
Throwable cause)
Constructs a ConfigurationException which wraps another exception,
and which has its own error message.
|
ConfigurationException(Throwable cause)
Constructs a ConfigurationException which wraps another exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConfigurationException()
Exception.Exception()
public ConfigurationException(String message)
message
- the error messageException.Exception(java.lang.String)
public ConfigurationException(Throwable cause)
cause
- The initial exception which was caught.Exception.Exception(java.lang.Throwable)
public ConfigurationException(String message, Throwable cause)
message
- The error message.cause
- The exception to wrap.Exception.Exception(java.lang.String, java.lang.Throwable)
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.