All Packages Class Hierarchy This Package Previous Next Index
Class phaser.algorithm.AlgorithmException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----phaser.algorithm.AlgorithmException
- public class AlgorithmException
- extends Exception
Every algorithm extends Algorithm.
-
ERROR
-
-
MSG_MAX_STEP
-
-
MSG_STEP_ZERO
-
-
MSG_STIFF_AND_DEAD
-
-
WARNING
-
-
AlgorithmException()
-
-
AlgorithmException(String)
-
-
AlgorithmException(String, int)
-
-
getType()
-
-
setType(int)
-
ERROR
public static final int ERROR
WARNING
public static final int WARNING
MSG_MAX_STEP
public static final String MSG_MAX_STEP
MSG_STEP_ZERO
public static final String MSG_STEP_ZERO
MSG_STIFF_AND_DEAD
public static final String MSG_STIFF_AND_DEAD
AlgorithmException
public AlgorithmException()
AlgorithmException
public AlgorithmException(String message)
AlgorithmException
public AlgorithmException(String message,
int type)
setType
public void setType(int type)
getType
public int getType()
All Packages Class Hierarchy This Package Previous Next Index