|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.enhydra.tool.common.ToolException | +--org.enhydra.tool.codegen.GeneratorException
The GeneratorException is thrown when generation could not be completed or when setting invalid values for genertion options.
Constructor Summary | |
GeneratorException(java.lang.String message)
Create a GeneratorException with a specified error message. |
|
GeneratorException(java.lang.Throwable chain,
java.lang.String message)
Create a GeneratorException linked to a parent exception. |
Methods inherited from class org.enhydra.tool.common.ToolException |
getMessage, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GeneratorException(java.lang.String message)
message
- Message providing information on the nature of the exception.public GeneratorException(java.lang.Throwable chain, java.lang.String message)
chain
- Parent exception to include in stack trace.message
- Message providing information on the nature of the exception.
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |