Uses of Class
org.apache.empire.commons.ErrorType
Packages that use ErrorType
Package
Description
This package contains classes for exception handling of database related errors.
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 ErrorTypeModifier and TypeFieldDescriptionstatic final ErrorTypeCommandWithoutSelectException.errorTypestatic final ErrorTypeConstraintViolationException.errorTypestatic final ErrorTypeDatabaseNotOpenException.errorTypestatic final ErrorTypeEmpireSQLException.errorTypestatic final ErrorTypeFieldIllegalValueException.errorTypestatic final ErrorTypeFieldNotNullException.errorTypestatic final ErrorTypeFieldReadOnlyException.errorTypestatic final ErrorTypeFieldValueNotFetchedException.errorTypestatic final ErrorTypeFieldValueTooLongException.errorTypestatic final ErrorTypeInvalidKeyException.errorTypestatic final ErrorTypeNoPrimaryKeyException.errorTypestatic final ErrorTypeQueryFailedException.errorTypestatic final ErrorTypeQueryNoResultException.errorTypestatic final ErrorTypeRecordDeleteFailedException.errorTypestatic final ErrorTypeRecordNotFoundException.errorTypestatic final ErrorTypeRecordReadOnlyException.errorTypestatic final ErrorTypeRecordUpdateAmbiguousException.errorTypestatic final ErrorTypeRecordUpdateFailedException.errorTypestatic final ErrorTypeStatementFailedException.errorTypestatic final ErrorTypeUnknownBeanTypeException.errorTypestatic final ErrorTypeFieldValueOutOfRangeException.notInRangeErrorTypestatic final ErrorTypeFieldValueOutOfRangeException.outOfRangeErrorTypestatic final ErrorTypeFieldValueOutOfRangeException.valueTooBigErrorTypestatic final ErrorTypeFieldValueOutOfRangeException.valueTooSmallErrorTypeConstructors in org.apache.empire.db.exceptions with parameters of type ErrorTypeModifierConstructorDescriptionprotectedEmpireSQLException(ErrorType type, String[] params, int nativeErrorIndex, SQLException cause) protectedFieldValueException(Column column, ErrorType errType, String[] params) protectedFieldValueException(Column column, ErrorType errType, String[] params, Throwable cause) RecordException(Entity entity, Object[] key, ErrorType errType, String[] params) RecordException(Record record, ErrorType errType, String[] params) protectedStatementFailedException(ErrorType type, String[] params, int nativeErrorIndex, SQLException cause) Constructor for derived classes only -
Uses of ErrorType in org.apache.empire.exceptions
Fields in org.apache.empire.exceptions declared as ErrorTypeModifier and TypeFieldDescriptionstatic final ErrorTypeBeanIncompatibleException.errorTypestatic final ErrorTypeBeanInstantiationException.errorTypestatic final ErrorTypeBeanMethodInvokeException.errorTypestatic final ErrorTypeBeanPropertyGetException.errorTypestatic final ErrorTypeBeanPropertySetException.errorTypestatic final ErrorTypeFileParseException.errorTypestatic final ErrorTypeFileReadException.errorTypestatic final ErrorTypeFileWriteException.errorTypestatic final ErrorTypeInternalException.errorTypestatic final ErrorTypeInvalidArgumentException.errorTypestatic final ErrorTypeInvalidOperationException.errorTypestatic final ErrorTypeInvalidPropertyException.errorTypestatic final ErrorTypeInvalidValueException.errorTypestatic final ErrorTypeItemExistsException.errorTypestatic final ErrorTypeItemNotFoundException.errorTypestatic final ErrorTypeNotImplementedException.errorTypestatic final ErrorTypeNotSupportedException.errorTypestatic final ErrorTypeObjectNotValidException.errorTypestatic final ErrorTypeOperationFailedException.errorTypestatic final ErrorTypePropertyReadOnlyException.errorTypestatic final ErrorTypeUnexpectedReturnValueException.errorTypestatic final ErrorTypeUnsupportedTypeException.errorTypestatic final ErrorTypeValueConversionException.errorTypeMethods in org.apache.empire.exceptions that return ErrorTypeMethods in org.apache.empire.exceptions with parameters of type ErrorTypeModifier and TypeMethodDescriptionEmpireException.ExceptionMessageFormatter.format(ErrorType errType, String pattern, String[] params) static StringEmpireException.formatErrorMessage(ErrorType errType, String pattern, String[] params) protected ObjectEmpireException.ExceptionMessageFormatter.formatParam(ErrorType errType, int index, String param) Constructors in org.apache.empire.exceptions with parameters of type ErrorTypeModifierConstructorDescriptionprotectedBeanException(ErrorType errType, String[] params, Throwable cause) ConstructorprotectedEmpireException(ErrorType errType, String[] params) Constructor for derived classesprotectedEmpireException(ErrorType errType, String[] params, Throwable cause) Constructor for derived classesprotectedEmpireFileException(ErrorType errType, String[] params, Throwable cause) protectedInvalidArgumentException(ErrorType errorType, String[] params) protectedUserLevelException(ErrorType errType, String[] params) protectedUserLevelException(ErrorType errType, String[] params, Throwable cause) protectedValueConversionException(ErrorType errorType, String[] params)