com.azalient.apo.basics
Class XyzNormalizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.azalient.apo.basics.XyzNormalizationException
- All Implemented Interfaces:
- Serializable
public class XyzNormalizationException
- extends RuntimeException
An exception thrown if an attempt is made to normalize an Xyz point whose length is zero
(i.e. where x = y = z = 0)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XyzNormalizationException
public XyzNormalizationException()