public class GenerationException extends Exception
| Constructor and Description |
|---|
GenerationException() |
GenerationException(String message) |
GenerationException(String message,
Throwable cause) |
GenerationException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GenerationException()
public GenerationException(String message)
public GenerationException(Throwable cause)
public GenerationException(String message, Throwable cause)