public class GeneratorException extends Exception
Constructor and Description |
---|
GeneratorException(String message)
Construct GeneratorException with given message.
|
GeneratorException(String message,
Exception ex)
Construct GeneratorException with given message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GeneratorException(String message)
message
- Exception message.Copyright © 2014. All rights reserved.