public class GeneratorException extends Exception
| Constructor and Description |
|---|
GeneratorException(String s)
Constructs the Generator exception with the specified string.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Return the string representation of the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GeneratorException(String s)
s - the string descriptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.