Class BaseCoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.echothree.util.common.exception.BaseException
com.echothree.model.control.core.common.exception.BaseCoreException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicateEntityAliasException
,DuplicateEntityAliasTypeAliasException
,DuplicateEntityAliasTypeNameException
,DuplicateEntityAttributeGroupNameException
,DuplicateEntityAttributeNameException
,DuplicateEntityBooleanAttributeException
,DuplicateEntityClobAttributeException
,DuplicateEntityDateAttributeException
,DuplicateEntityIntegerAttributeException
,DuplicateEntityListItemAttributeException
,DuplicateEntityListItemNameException
,DuplicateEntityLongAttributeException
,DuplicateEntityMultipleListItemAttributeException
,DuplicateEntityNameAttributeException
,DuplicateEntityStringAttributeException
,DuplicateEntityTimeAttributeException
,EntityTypeIsNotExtensibleException
,InvalidAliasException
,InvalidComponentVendorException
,InvalidEntityAttributeTypeException
,InvalidEntityTypeException
,InvalidNameAttributeException
,InvalidParameterCountException
,InvalidStringAttributeException
,LowerRangeExceededException
,MismatchedEntityAttributeTypeException
,MismatchedEntityListItemException
,MismatchedEntityTypeException
,UnknownAppearanceNameException
,UnknownApplicationEditorException
,UnknownApplicationEditorUseNameException
,UnknownApplicationNameException
,UnknownColorNameException
,UnknownCommandMessageTypeNameException
,UnknownComponentVendorNameException
,UnknownEditorNameException
,UnknownEntityAliasException
,UnknownEntityAliasTypeNameException
,UnknownEntityAttributeGroupNameException
,UnknownEntityAttributeNameException
,UnknownEntityAttributeTypeNameException
,UnknownEntityListItemNameException
,UnknownEntityRefException
,UnknownEntityTypeNameException
,UnknownEventTypeNameException
,UnknownFontStyleNameException
,UnknownFontWeightNameException
,UnknownGuidException
,UnknownKeyException
,UnknownMimeTypeNameException
,UnknownMimeTypeUsageException
,UnknownMimeTypeUsageTypeNameException
,UnknownTextDecorationNameException
,UnknownTextTransformationNameException
,UnknownUlidException
,UpperRangeExceededException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Creates a new instance of BaseCoreExceptionprotected
BaseCoreException
(Message message) Creates a new instance of BaseCoreExceptionprotected
BaseCoreException
(String message) Creates a new instance of BaseCoreExceptionprotected
BaseCoreException
(Throwable cause) Creates a new instance of BaseCoreException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseCoreException
protected BaseCoreException()Creates a new instance of BaseCoreException -
BaseCoreException
Creates a new instance of BaseCoreException -
BaseCoreException
Creates a new instance of BaseCoreException -
BaseCoreException
Creates a new instance of BaseCoreException
-