com.judoscript
Class ExceptionSpecialValue

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.judoscript.ExceptionSpecialValue
All Implemented Interfaces:
java.io.Serializable

public class ExceptionSpecialValue
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static ExceptionSpecialValue MAX_NUMBER
           
static ExceptionSpecialValue MIN_NUMBER
           
static ExceptionSpecialValue NaN
           
static ExceptionSpecialValue NEGATIVE_INFINITY
           
static ExceptionSpecialValue POSITIVE_INFINITY
           
static ExceptionSpecialValue UNDEFINED
           
 
Constructor Summary
ExceptionSpecialValue(ValueSpecial res)
           
 
Method Summary
static ExceptionSpecialValue get(ValueSpecial val)
           
 ValueSpecial getResult()
           
 
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

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
Constructor Detail

ExceptionSpecialValue

public ExceptionSpecialValue(ValueSpecial res)
Method Detail

get

public static ExceptionSpecialValue get(ValueSpecial val)

getResult

public ValueSpecial getResult()