com.judoscript
Class ExceptionSpecialValue
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.judoscript.ExceptionSpecialValue
- All Implemented Interfaces:
- java.io.Serializable
public class ExceptionSpecialValue
- extends java.lang.Exception
- See Also:
- Serialized Form
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 |
UNDEFINED
public static final ExceptionSpecialValue UNDEFINED
NaN
public static final ExceptionSpecialValue NaN
MAX_NUMBER
public static final ExceptionSpecialValue MAX_NUMBER
MIN_NUMBER
public static final ExceptionSpecialValue MIN_NUMBER
POSITIVE_INFINITY
public static final ExceptionSpecialValue POSITIVE_INFINITY
NEGATIVE_INFINITY
public static final ExceptionSpecialValue NEGATIVE_INFINITY
ExceptionSpecialValue
public ExceptionSpecialValue(ValueSpecial res)
get
public static ExceptionSpecialValue get(ValueSpecial val)
getResult
public ValueSpecial getResult()