| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.griphyn.cPlanner.code.CodeGeneratorException
All known Subclasses: org.griphyn.cPlanner.code.generator.condor.CondorStyleException,
CodeGeneratorException | public class CodeGeneratorException extends Exception (Code) | | The baseclass of the exception that is thrown by all Code Generators.
It is a checked exception.
author: Karan Vahi version: $Revision: 50 $ |
CodeGeneratorException | public CodeGeneratorException()(Code) | | Constructs a CodeGeneratorException with no detail
message.
|
CodeGeneratorException | public CodeGeneratorException(String message)(Code) | | Constructs a CodeGeneratorException with the specified detailed
message.
Parameters: message - is the detailled message. |
CodeGeneratorException | public CodeGeneratorException(String message, Throwable cause)(Code) | | Constructs a CodeGeneratorException with the specified detailed
message and a cause.
Parameters: message - is the detailled message. Parameters: cause - is the cause (which is saved for later retrieval by thejava.lang.Throwable.getCause method). A null value is permitted, and indicates that the cause is nonexistent orunknown. |
CodeGeneratorException | public CodeGeneratorException(Throwable cause)(Code) | | Constructs a CodeGeneratorException with the
specified just a cause.
Parameters: cause - is the cause (which is saved for later retrieval by thejava.lang.Throwable.getCause method). A null value is permitted, and indicates that the cause is nonexistent orunknown. |
|
|
|