org.griphyn.cPlanner.cluster
Class ClustererException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.griphyn.cPlanner.cluster.ClustererException
All Implemented Interfaces:
Serializable

public class ClustererException
extends Exception

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

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

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

ClustererException

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


ClustererException

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

Parameters:
message - is the detailled message.

ClustererException

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

ClustererException

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