public class GenerationException extends RuntimeException
| Constructor and Description |
|---|
GenerationException(String message)
Creates a
GenerationException with a message. |
GenerationException(String message,
Throwable cause)
Creates a
GenerationException with a message and an
underlying cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GenerationException(String message)
GenerationException with a message.message - The exception messageCopyright © 2014. All rights reserved.