public class GeneratorException extends Exception
| Constructor and Description | 
|---|
| GeneratorException()Constructs a OutletException without error message. | 
| GeneratorException(String message)Constructs a GeneratorException with the given error message. | 
| GeneratorException(String message,
                  Throwable cause)Constructs a GeneratorException which wraps another exception,
 and which has its own error message. | 
| GeneratorException(Throwable cause)Constructs a GeneratorException which wraps another exception. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GeneratorException()
public GeneratorException(String message)
message - the error messageException.Exception(java.lang.String)public GeneratorException(Throwable cause)
cause - The cause of the error.Exception.Exception(java.lang.Throwable)public GeneratorException(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.