|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
vooga.physicsEngine.geometry.mathUtils.GeometryMathExceptions
public class GeometryMathExceptions
Internal exceptions from the mathUtil package.
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 |
---|
public static final java.lang.String PCA_NOT_ENOUGH_POINTS
public static final java.lang.String NORMALIZING_ZERO
public static final java.lang.String ZERO_DETERMINANT
Constructor Detail |
---|
public GeometryMathExceptions(java.lang.String message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |