Uses of Package
org.apache.jsieve.exception

Packages that use org.apache.jsieve.exception
org.apache.jsieve   
org.apache.jsieve.commands   
org.apache.jsieve.commands.extensions   
org.apache.jsieve.commands.optional   
org.apache.jsieve.comparators   
org.apache.jsieve.exception   
org.apache.jsieve.mail   
org.apache.jsieve.mailet   
org.apache.jsieve.tests   
org.apache.jsieve.tests.optional   
org.apache.jsieve.util Useful utilities for Sieve. 
org.apache.jsieve.util.check This package contains the ScriptCheckMailAdapter MailAdapter implementation. 
 

Classes in org.apache.jsieve.exception used by org.apache.jsieve
CommandException
          Class CommandException indicates an exceptional condition encountered while executing a Command.
LookupException
          Class LookupException indicates an exceptional condition encountered while locating a Sieve resource.
SieveException
          Class SieveException indicates an exceptional condition encountered within Sieve.
SyntaxException
          Class SyntaxException indicates an exceptional condition encountered while evaluating the operands of a Sieve operation, such as a Command, Test or Comparator.
 

Classes in org.apache.jsieve.exception used by org.apache.jsieve.commands
CommandException
          Class CommandException indicates an exceptional condition encountered while executing a Command.
FeatureException
          Class FeatureException indicates an exceptional condition encountered while evaluating a feature of Sieve.
LookupException
          Class LookupException indicates an exceptional condition encountered while locating a Sieve resource.
SieveException
          Class SieveException indicates an exceptional condition encountered within Sieve.
 

Classes in org.apache.jsieve.exception used by org.apache.jsieve.commands.extensions
SieveException
          Class SieveException indicates an exceptional condition encountered within Sieve.
SyntaxException
          Class SyntaxException indicates an exceptional condition encountered while evaluating the operands of a Sieve operation, such as a Command, Test or Comparator.
 

Classes in org.apache.jsieve.exception used by org.apache.jsieve.commands.optional
CommandException
          Class CommandException indicates an exceptional condition encountered while executing a Command.
SieveException
          Class SieveException indicates an exceptional condition encountered within Sieve.
 

Classes in org.apache.jsieve.exception used by org.apache.jsieve.comparators
LookupException
          Class LookupException indicates an exceptional condition encountered while locating a Sieve resource.
SieveException
          Class SieveException indicates an exceptional condition encountered within Sieve.
SievePatternException
          Class SievePatternException indicates an exceptional condition encountered while evaluating a glob expression.
 

Classes in org.apache.jsieve.exception used by org.apache.jsieve.exception
OperationException
          Class OperationException indicates an exceptional condition encountered while executing an Operation.
SieveException
          Class SieveException indicates an exceptional condition encountered within Sieve.
 

Classes in org.apache.jsieve.exception used by org.apache.jsieve.mail
InternetAddressException
          Class InternetAddressException indicates an exceptional condition encountered while evaluating an Internet Address.
SieveException
          Class SieveException indicates an exceptional condition encountered within Sieve.
 

Classes in org.apache.jsieve.exception used by org.apache.jsieve.mailet
InternetAddressException
          Class InternetAddressException indicates an exceptional condition encountered while evaluating an Internet Address.
SieveException
          Class SieveException indicates an exceptional condition encountered within Sieve.
 

Classes in org.apache.jsieve.exception used by org.apache.jsieve.tests
SieveException
          Class SieveException indicates an exceptional condition encountered within Sieve.
SyntaxException
          Class SyntaxException indicates an exceptional condition encountered while evaluating the operands of a Sieve operation, such as a Command, Test or Comparator.
 

Classes in org.apache.jsieve.exception used by org.apache.jsieve.tests.optional
SieveException
          Class SieveException indicates an exceptional condition encountered within Sieve.
 

Classes in org.apache.jsieve.exception used by org.apache.jsieve.util
SieveException
          Class SieveException indicates an exceptional condition encountered within Sieve.
 

Classes in org.apache.jsieve.exception used by org.apache.jsieve.util.check
SieveException
          Class SieveException indicates an exceptional condition encountered within Sieve.
 



Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.