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