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.


Variable Index

 o ERROR
 o MSG_MAX_STEP
 o MSG_STEP_ZERO
 o MSG_STIFF_AND_DEAD
 o WARNING

Constructor Index

 o AlgorithmException()
 o AlgorithmException(String)
 o AlgorithmException(String, int)

Method Index

 o getType()
 o setType(int)

Variables

 o ERROR
 public static final int ERROR
 o WARNING
 public static final int WARNING
 o MSG_MAX_STEP
 public static final String MSG_MAX_STEP
 o MSG_STEP_ZERO
 public static final String MSG_STEP_ZERO
 o MSG_STIFF_AND_DEAD
 public static final String MSG_STIFF_AND_DEAD

Constructors

 o AlgorithmException
 public AlgorithmException()
 o AlgorithmException
 public AlgorithmException(String message)
 o AlgorithmException
 public AlgorithmException(String message,
                           int type)

Methods

 o setType
 public void setType(int type)
 o getType
 public int getType()

All Packages  Class Hierarchy  This Package  Previous  Next  Index