com.azalient.apo.basics
Class XyzNormalizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
XyzNormalizationException()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XyzNormalizationException

public XyzNormalizationException()