com.azalient.apo.basics
Class XyzNaNException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.azalient.apo.basics.XyzNaNException
All Implemented Interfaces:
Serializable

public class XyzNaNException
extends RuntimeException

An exception thrown if an attempt is made to operate on an Xyz object with Not-A-Number (NaN) values

See Also:
Serialized Form

Constructor Summary
XyzNaNException()
           
 
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

XyzNaNException

public XyzNaNException()