|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.griphyn.cPlanner.cluster.ClustererException
public class ClustererException
The baseclass of the exception that is thrown by all Clusterers. It is a checked exception.
| 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 |
|---|
public ClustererException()
ClustererException with no detail
message.
public ClustererException(String message)
ClustererException with the specified detailed
message.
message - is the detailled message.
public ClustererException(String message,
Throwable cause)
ClustererException with the specified detailed
message and a cause.
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.public ClustererException(Throwable cause)
ClustererException with the
specified just a cause.
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||