|
|||||||||
Home >> All >> org >> cantaloop >> [ cgimlet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.cantaloop.cgimlet
Class CodeGenerationException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cantaloop.cgimlet.CodeGenerationException
- All Implemented Interfaces:
- java.io.Serializable
- public class CodeGenerationException
- extends java.lang.RuntimeException
This exception is thrown when an unrecoverable exception occurs during the codegeneration.
- Version:
- @version@ ($Revision: 1.5 $)
Nested Class Summary |
Nested classes inherited from class java.lang.Throwable |
|
Field Summary | |
(package private) java.lang.Throwable |
nestedException
|
Fields inherited from class java.lang.RuntimeException |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
CodeGenerationException()
|
|
CodeGenerationException(java.lang.String msg)
Creates a new CodeGenerationException instance. |
|
CodeGenerationException(java.lang.String msg,
java.lang.Throwable e)
Creates a new CodeGenerationException instance. |
Method Summary | |
java.lang.Throwable |
getNestedException()
Returns the exception that has caused the CodeGenerationException . |
java.lang.String |
toString()
Returns a string representation of the exception, including the error message of the nested exception (if available). |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
nestedException
java.lang.Throwable nestedException
Constructor Detail |
CodeGenerationException
public CodeGenerationException()
CodeGenerationException
public CodeGenerationException(java.lang.String msg)
- Creates a new
CodeGenerationException
instance.
CodeGenerationException
public CodeGenerationException(java.lang.String msg, java.lang.Throwable e)
- Creates a new
CodeGenerationException
instance.
Method Detail |
getNestedException
public java.lang.Throwable getNestedException()
- Returns the exception that has caused the
CodeGenerationException
.
toString
public java.lang.String toString()
- Returns a string representation of the exception, including
the error message of the nested exception (if available).
|
|||||||||
Home >> All >> org >> cantaloop >> [ cgimlet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |