| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.griphyn.cPlanner.cluster.ClustererException
ClustererException | public class ClustererException extends Exception (Code) | | The baseclass of the exception that is thrown by all Clusterers.
It is a checked exception.
author: Karan Vahi version: $Revision: 50 $ |
ClustererException | public ClustererException()(Code) | | Constructs a ClustererException with no detail
message.
|
ClustererException | public ClustererException(String message)(Code) | | Constructs a ClustererException with the specified detailed
message.
Parameters: message - is the detailled message. |
ClustererException | public ClustererException(String message, Throwable cause)(Code) | | Constructs a ClustererException 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. |
ClustererException | public ClustererException(Throwable cause)(Code) | | Constructs a ClustererException 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. |
|
|
|