Uses of Package
org.quattor.pan.exceptions

Packages that use org.quattor.pan.exceptions
org.quattor.pan.cache   
org.quattor.pan.dml Provides high-level interface and abstract classes for DML (data manipulation language) processing. 
org.quattor.pan.dml.data Provides data elements for the Data Manipulation Language (DML). 
org.quattor.pan.dml.functions Includes classes that implement all of the pan language build-in functions. 
org.quattor.pan.dml.operators Contains classes that implement all of the pan language operators. 
org.quattor.pan.exceptions Exceptions that can be generated at various stages in the machine profile processing. 
org.quattor.pan.parser Provides classes for the implementation of the pan language parser. 
org.quattor.pan.repository   
org.quattor.pan.statement Provides classes that implement the core declarative statements of the pan language. 
org.quattor.pan.template Contains the classes that define the java implementation a pan template or classes related to them. 
org.quattor.pan.type Implements the pan type system. 
org.quattor.pan.utils Provides collection of useful utilities that don't fit neatly into other pan packages. 
 

Classes in org.quattor.pan.exceptions used by org.quattor.pan.cache
EvaluationException
          Exceptions of this type can be thrown during the construction of the pan language profiles.
ValidationException
          Exceptions of this type can be thrown during the validation phase of the processing.
 

Classes in org.quattor.pan.exceptions used by org.quattor.pan.dml
EvaluationException
          Exceptions of this type can be thrown during the construction of the pan language profiles.
SyntaxException
          Exceptions of this type are thrown lexing and parsing phases.
 

Classes in org.quattor.pan.exceptions used by org.quattor.pan.dml.data
EvaluationException
          Exceptions of this type can be thrown during the construction of the pan language profiles.
InvalidTermException
          Exceptions of this type are thrown when an invalid term is encountered.
SyntaxException
          Exceptions of this type are thrown lexing and parsing phases.
ValidationException
          Exceptions of this type can be thrown during the validation phase of the processing.
 

Classes in org.quattor.pan.exceptions used by org.quattor.pan.dml.functions
EvaluationException
          Exceptions of this type can be thrown during the construction of the pan language profiles.
SyntaxException
          Exceptions of this type are thrown lexing and parsing phases.
 

Classes in org.quattor.pan.exceptions used by org.quattor.pan.dml.operators
SyntaxException
          Exceptions of this type are thrown lexing and parsing phases.
 

Classes in org.quattor.pan.exceptions used by org.quattor.pan.exceptions
CompilerError
          This error is thrown only for conditions which should never occur.
ConfigurationException
          Identifies a problem with the configuration of the compiler.
EvaluationException
          Exceptions of this type can be thrown during the construction of the pan language profiles.
InvalidTermException
          Exceptions of this type are thrown when an invalid term is encountered.
SyntaxException
          Exceptions of this type are thrown lexing and parsing phases.
ValidationException
          Exceptions of this type can be thrown during the validation phase of the processing.
 

Classes in org.quattor.pan.exceptions used by org.quattor.pan.parser
SyntaxException
          Exceptions of this type are thrown lexing and parsing phases.
 

Classes in org.quattor.pan.exceptions used by org.quattor.pan.repository
ConfigurationException
          Identifies a problem with the configuration of the compiler.
 

Classes in org.quattor.pan.exceptions used by org.quattor.pan.statement
EvaluationException
          Exceptions of this type can be thrown during the construction of the pan language profiles.
SyntaxException
          Exceptions of this type are thrown lexing and parsing phases.
 

Classes in org.quattor.pan.exceptions used by org.quattor.pan.template
EvaluationException
          Exceptions of this type can be thrown during the construction of the pan language profiles.
InvalidTermException
          Exceptions of this type are thrown when an invalid term is encountered.
SyntaxException
          Exceptions of this type are thrown lexing and parsing phases.
ValidationException
          Exceptions of this type can be thrown during the validation phase of the processing.
 

Classes in org.quattor.pan.exceptions used by org.quattor.pan.type
EvaluationException
          Exceptions of this type can be thrown during the construction of the pan language profiles.
ValidationException
          Exceptions of this type can be thrown during the validation phase of the processing.
 

Classes in org.quattor.pan.exceptions used by org.quattor.pan.utils
InvalidTermException
          Exceptions of this type are thrown when an invalid term is encountered.
SyntaxException
          Exceptions of this type are thrown lexing and parsing phases.
 



Copyright © 2011 Quattor. All Rights Reserved.