Uses of Class
org.jostraca.directive.DirectiveException.Code

Packages that use DirectiveException.Code
org.jostraca.directive Directive implementations. 
 

Uses of DirectiveException.Code in org.jostraca.directive
 

Fields in org.jostraca.directive declared as DirectiveException.Code
static DirectiveException.Code DirectiveException.CODE_system
           
static DirectiveException.Code DirectiveException.CODE_transform
           
static DirectiveException.Code DirectiveException.CODE_bad_regexp
           
static DirectiveException.Code DirectiveException.CODE_regexp_mismatch
           
static DirectiveException.Code DirectiveException.CODE_bad_args
           
static DirectiveException.Code DirectiveException.CODE_parse
           
static DirectiveException.Code DirectiveException.CODE_unknown
           
 

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



Copyright © 2000-2002 Richard Rodger