|
|||||||||
| Home >> All >> org >> enhydra >> tool >> [ codegen overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.enhydra.tool.codegen
Class GeneratorException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.enhydra.tool.common.ToolException
org.enhydra.tool.codegen.GeneratorException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ValidationException
- public class GeneratorException
- extends org.enhydra.tool.common.ToolException
The GeneratorException is thrown when generation could not be completed or when setting invalid values for genertion options.
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class org.enhydra.tool.common.ToolException |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| 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 |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
GeneratorException
public GeneratorException(java.lang.String message)
- Create a GeneratorException with a specified error message.
GeneratorException
public GeneratorException(java.lang.Throwable chain, java.lang.String message)
- Create a GeneratorException linked to a parent exception.
|
|||||||||
| Home >> All >> org >> enhydra >> tool >> [ codegen overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC