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

java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.enhydra.kelp.common.wizard.codegen.CodeGenException
- All Implemented Interfaces:
- java.io.Serializable
- public class CodeGenException
- extends java.lang.Exception
The WebAppException is thrown for exceptions in the WebAppUtil class.
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private boolean |
decoy
|
private java.lang.Throwable |
parent
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
CodeGenException(java.lang.String message)
Create a GeneratorException with a specified error message. |
|
CodeGenException(java.lang.Throwable hidden)
Constructor declaration |
|
CodeGenException(java.lang.Throwable chain,
java.lang.String message)
Constructor declaration |
|
| Method Summary | |
java.lang.String |
getMessage()
Method declaration |
void |
printStackTrace()
Method declaration |
| 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 |
| Field Detail |
parent
private java.lang.Throwable parent
decoy
private boolean decoy
| Constructor Detail |
CodeGenException
public CodeGenException(java.lang.String message)
- Create a GeneratorException with a specified error message.
CodeGenException
public CodeGenException(java.lang.Throwable hidden)
- Constructor declaration
CodeGenException
public CodeGenException(java.lang.Throwable chain, java.lang.String message)
- Constructor declaration
| Method Detail |
getMessage
public java.lang.String getMessage()
- Method declaration
printStackTrace
public void printStackTrace()
- Method declaration
|
|||||||||
| Home >> All >> org >> enhydra >> kelp >> common >> wizard >> [ codegen overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC