Uses of Class
org.apache.empire.commons.ErrorType

Packages that use ErrorType
org.apache.empire.db.exceptions This package contains classes for exception handling of database related errors. 
org.apache.empire.exceptions This package contains classes for exception handling of general errors. 
 

Uses of ErrorType in org.apache.empire.db.exceptions
 

Fields in org.apache.empire.db.exceptions declared as ErrorType
static ErrorType RecordUpdateFailedException.errorType
           
static ErrorType RecordDeleteFailedException.errorType
           
static ErrorType QueryFailedException.errorType
           
static ErrorType QueryNoResultException.errorType
           
static ErrorType EmpireSQLException.errorType
           
static ErrorType StatementFailedException.errorType
           
static ErrorType FieldIsReadOnlyException.errorType
           
static ErrorType NoPrimaryKeyException.errorType
           
static ErrorType FieldIllegalValueException.errorType
           
static ErrorType InvalidKeyException.errorType
           
static ErrorType FieldValueTooLongException.errorType
           
static ErrorType FieldNotNullException.errorType
           
static ErrorType DatabaseNotOpenException.errorType
           
static ErrorType RecordUpdateInvalidException.errorType
           
static ErrorType RecordNotFoundException.errorType
           
 

Constructors in org.apache.empire.db.exceptions with parameters of type ErrorType
EmpireSQLException(ErrorType type, String[] params, int nativeErrorIndex, SQLException cause)
           
FieldValueException(Column column, ErrorType errType, String[] params)
           
FieldValueException(Column column, ErrorType errType, String[] params, Throwable cause)
           
 

Uses of ErrorType in org.apache.empire.exceptions
 

Fields in org.apache.empire.exceptions declared as ErrorType
static ErrorType InvalidArgumentException.errorType
           
static ErrorType BeanInstantiationException.errorType
           
static ErrorType InvalidPropertyException.errorType
           
static ErrorType NotImplementedException.errorType
           
static ErrorType BeanIncompatibleException.errorType
           
static ErrorType InternalException.errorType
           
static ErrorType PropertyReadOnlyException.errorType
           
static ErrorType FileParseException.errorType
           
static ErrorType FileReadException.errorType
           
static ErrorType MiscellaneousErrorException.errorType
           
static ErrorType FileWriteException.errorType
           
static ErrorType ItemExistsException.errorType
           
static ErrorType BeanPropertyGetException.errorType
           
static ErrorType BeanPropertySetException.errorType
           
static ErrorType NotSupportedException.errorType
           
static ErrorType ObjectNotValidException.errorType
           
static ErrorType ItemNotFoundException.errorType
           
static ErrorType UnexpectedReturnValueException.errorType
           
 

Methods in org.apache.empire.exceptions that return ErrorType
 ErrorType EmpireException.getErrorType()
          The type of error that occurred
 

Constructors in org.apache.empire.exceptions with parameters of type ErrorType
EmpireException(ErrorType errType, String[] params)
          Constructor for derived classes
EmpireException(ErrorType errType, String[] params, Throwable cause)
          Constructor for derived classes
EmpireFileException(ErrorType errType, String[] params, Throwable cause)
           
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.