Uses of Class
org.jostraca.unit.UnitException.Code

Packages that use UnitException.Code
org.jostraca.unit Classes for handling text units. 
 

Uses of UnitException.Code in org.jostraca.unit
 

Fields in org.jostraca.unit declared as UnitException.Code
static UnitException.Code UnitException.CODE_system
           
static UnitException.Code UnitException.CODE_transform
           
 

Constructors in org.jostraca.unit with parameters of type UnitException.Code
UnitException(UnitException.Code pCode, java.lang.String pMsg)
           
UnitException(UnitException.Code pCode)
           
UnitException(UnitException.Code pCode, java.lang.String pMsg, java.lang.Object pContext)
           
UnitException(UnitException.Code pCode, java.lang.String pMsg, java.lang.String[] pContext)
           
UnitException(UnitException.Code pCode, java.lang.String pMsg, java.lang.Object[] pContext)
           
UnitException(UnitException.Code pCode, java.lang.Object pContext)
           
UnitException(UnitException.Code pCode, java.lang.String[] pContext)
           
UnitException(UnitException.Code pCode, java.lang.Object[] pContext)
           
UnitException(UnitException.Code pCode, java.lang.Throwable pContained)
           
UnitException(UnitException.Code pCode, java.lang.String pMessage, java.lang.Throwable pContained)
           
UnitException(UnitException.Code pCode, java.lang.Object pContext, java.lang.Throwable pContained)
           
UnitException(UnitException.Code pCode, java.lang.String[] pContext, java.lang.Throwable pContained)
           
UnitException(UnitException.Code pCode, java.lang.Object[] pContext, java.lang.Throwable pContained)
           
 



Copyright © 2000-2002 Richard Rodger