|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
agg.parser.InvalidAlgorithmException
public class InvalidAlgorithmException
This exception should be thrown by the isCritical()
method of
an object that implements a concrete stategy of a critical pair.
Constructor Summary | |
---|---|
InvalidAlgorithmException()
InvalidAlgorithmException default constructor with a standard message and the standard kind of algorithm |
|
InvalidAlgorithmException(java.lang.String message)
InvalidAlgorithmException creates a exception with a specified message and the standard kind of algorithm |
|
InvalidAlgorithmException(java.lang.String message,
int algorithm)
InvalidAlgorithmException creates a exception with a specified message and the kind of algorithm which causes the error. |
Method Summary | |
---|---|
int |
getKindOfInvalidAlgorithm()
getKindOfInvalidAlgorithm returns the kind of algorithm which causes the exception |
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 InvalidAlgorithmException()
public InvalidAlgorithmException(java.lang.String message)
message
- The message.public InvalidAlgorithmException(java.lang.String message, int algorithm)
message
- the message for exceptionalgorithm
- The algorithm causes the exception.Method Detail |
---|
public int getKindOfInvalidAlgorithm()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |