org.griphyn.cPlanner.code.generator.condor
Class CondorStyleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.griphyn.cPlanner.code.CodeGeneratorException
              extended by org.griphyn.cPlanner.code.generator.condor.CondorStyleException
All Implemented Interfaces:
Serializable

public class CondorStyleException
extends CodeGeneratorException

A specific exception for the Condor Style generators.

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

Constructor Summary
CondorStyleException()
          Constructs a CondorStyleException with no detail message.
CondorStyleException(String message)
          Constructs a CondorStyleException with the specified detailed message.
CondorStyleException(String message, Throwable cause)
          Constructs a CondorStyleException with the specified detailed message and a cause.
CondorStyleException(Throwable cause)
          Constructs a CondorStyleException 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

CondorStyleException

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


CondorStyleException

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

Parameters:
message - is the detailled message.

CondorStyleException

public CondorStyleException(String message,
                            Throwable cause)
Constructs a CondorStyleException 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.

CondorStyleException

public CondorStyleException(Throwable cause)
Constructs a CondorStyleException 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.