org.griphyn.cPlanner.code
Class CodeGeneratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.griphyn.cPlanner.code.CodeGeneratorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CondorStyleException

public class CodeGeneratorException
extends Exception

The baseclass of the exception that is thrown by all Code Generators. It is a checked exception.

Version:
$Revision: 50 $
Author:
Karan Vahi
See Also:
Serialized Form

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

CodeGeneratorException

public CodeGeneratorException()
Constructs a CodeGeneratorException with no detail message.


CodeGeneratorException

public CodeGeneratorException(String message)
Constructs a CodeGeneratorException with the specified detailed message.

Parameters:
message - is the detailled message.

CodeGeneratorException

public CodeGeneratorException(String message,
                              Throwable cause)
Constructs a CodeGeneratorException with the specified detailed message and a cause.

Parameters:
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.

CodeGeneratorException

public CodeGeneratorException(Throwable cause)
Constructs a CodeGeneratorException with the specified just a cause.

Parameters:
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.


Copyright © 2007 The University of Southern California. All Rights Reserved.