|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.griphyn.cPlanner.code.CodeGeneratorException
public class CodeGeneratorException
The baseclass of the exception that is thrown by all Code Generators. It is a checked exception.
| Constructor Summary | |
|---|---|
CodeGeneratorException()
Constructs a CodeGeneratorException with no detail
message. |
|
CodeGeneratorException(String message)
Constructs a CodeGeneratorException with the specified detailed
message. |
|
CodeGeneratorException(String message,
Throwable cause)
Constructs a CodeGeneratorException with the specified detailed
message and a cause. |
|
CodeGeneratorException(Throwable cause)
Constructs a CodeGeneratorException with the
specified just a cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CodeGeneratorException()
CodeGeneratorException with no detail
message.
public CodeGeneratorException(String message)
CodeGeneratorException with the specified detailed
message.
message - is the detailled message.
public CodeGeneratorException(String message,
Throwable cause)
CodeGeneratorException with the specified detailed
message and a cause.
message - is the detailled message.cause - is the cause (which is saved for later retrieval by the
Throwable.getCause() method). A null
value is permitted, and indicates that the cause is nonexistent or
unknown.public CodeGeneratorException(Throwable cause)
CodeGeneratorException with the
specified just a cause.
cause - is the cause (which is saved for later retrieval by the
Throwable.getCause() method). A null
value is permitted, and indicates that the cause is nonexistent or
unknown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||