Uses of Class
org.apache.empire.exceptions.EmpireException

Packages that use EmpireException
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 EmpireException in org.apache.empire.db.exceptions
 

Subclasses of EmpireException in org.apache.empire.db.exceptions
 class DatabaseNotOpenException
           
 class EmpireSQLException
           
 class FieldIllegalValueException
           
 class FieldIsReadOnlyException
           
 class FieldNotNullException
           
 class FieldValueException
           
 class FieldValueOutOfRangeException
           
 class FieldValueTooLongException
           
 class InvalidKeyException
           
 class NoPrimaryKeyException
           
 class QueryFailedException
           
 class QueryNoResultException
           
 class RecordDeleteFailedException
           
 class RecordNotFoundException
           
 class RecordUpdateFailedException
           
 class RecordUpdateInvalidException
           
 class StatementFailedException
           
 

Uses of EmpireException in org.apache.empire.exceptions
 

Subclasses of EmpireException in org.apache.empire.exceptions
 class BeanIncompatibleException
           
 class BeanInstantiationException
           
 class BeanPropertyGetException
           
 class BeanPropertySetException
           
 class EmpireFileException
          This exception type is used for file related empire errors.
 class FileParseException
           
 class FileReadException
           
 class FileWriteException
           
 class InternalException
           
 class InvalidArgumentException
           
 class InvalidPropertyException
           
 class ItemExistsException
           
 class ItemNotFoundException
           
 class MiscellaneousErrorException
           
 class NotImplementedException
           
 class NotSupportedException
           
 class ObjectNotValidException
           
 class PropertyReadOnlyException
           
 class UnexpectedReturnValueException
           
 

Constructors in org.apache.empire.exceptions with parameters of type EmpireException
InternalException(EmpireException other)
           
 



Copyright © 2008–2014 Apache Software Foundation. All rights reserved.