Uses of Class
JICSCore.BadStatusValueException

Packages that use BadStatusValueException
JICSCore   
 

Uses of BadStatusValueException in JICSCore
 

Methods in JICSCore that throw BadStatusValueException
static void StatusItemHelper.checkStatusItemInError(StatusItemValue statusItem)
          Checks to see if the status item which is provided is in error and if it is then it raises an exception to that effect.
static boolean StatusItemHelper.extractStatusValueBoolean(StatusItemValue statusItem)
          This will be used to extract the value from the status item which is supplied.
static double StatusItemHelper.extractStatusValueDouble(StatusItemValue statusItem)
          This will be used to extract the value from the status item which is supplied.
static float StatusItemHelper.extractStatusValueFloat(StatusItemValue statusItem)
          This will be used to extract the value from the status item which is supplied.
static int StatusItemHelper.extractStatusValueInt(StatusItemValue statusItem)
          This will be used to extract the value from the status item which is supplied.
static int StatusItemHelper.extractStatusValueLong(StatusItemValue statusItem)
          This will be used to extract the value from the status item which is supplied.
static short StatusItemHelper.extractStatusValueShort(StatusItemValue statusItem)
          This will be used to extract the value from the status item which is supplied.
static java.lang.String StatusItemHelper.extractStatusValueString(StatusItemValue statusItem)
          This will be used to extract the value from the status item which is supplied.