Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.enhydra.kelp.common.wizard.codegen
Class CodeGenException  view CodeGenException download CodeGenException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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