vooga.physicsEngine.geometry.mathUtils
Class GeometryMathExceptions

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by vooga.physicsEngine.geometry.mathUtils.GeometryMathExceptions
All Implemented Interfaces:
java.io.Serializable

public class GeometryMathExceptions
extends java.lang.RuntimeException

Internal exceptions from the mathUtil package.

Author:
Peng Shi
See Also:
Serialized Form

Field Summary
static java.lang.String NORMALIZING_ZERO
           
static java.lang.String PCA_NOT_ENOUGH_POINTS
           
static java.lang.String ZERO_DETERMINANT
           
 
Constructor Summary
GeometryMathExceptions(java.lang.String message)
           
 
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
 

Field Detail

PCA_NOT_ENOUGH_POINTS

public static final java.lang.String PCA_NOT_ENOUGH_POINTS
See Also:
Constant Field Values

NORMALIZING_ZERO

public static final java.lang.String NORMALIZING_ZERO
See Also:
Constant Field Values

ZERO_DETERMINANT

public static final java.lang.String ZERO_DETERMINANT
See Also:
Constant Field Values
Constructor Detail

GeometryMathExceptions

public GeometryMathExceptions(java.lang.String message)