Class CustomModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.service.cmr.dictionary.CustomModelException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CustomModelException.CustomModelConstraintException,CustomModelException.InvalidCustomModelException,CustomModelException.InvalidNamespaceException,CustomModelException.ModelDoesNotExistException,CustomModelException.ModelExistsException
- Author:
- Jamal Kaabi-Mofrad
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionCustomModelException(String msgId) ConstructorCustomModelException(String msgId, Object[] msgParams) ConstructorCustomModelException(String msgId, Object[] msgParams, Throwable cause) ConstructorCustomModelException(String msgId, Throwable cause) Constructor -
Method Summary
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CustomModelException
Constructor- Parameters:
msgId- message id
-
CustomModelException
Constructor- Parameters:
msgId- message idmsgParams- message params
-
CustomModelException
Constructor- Parameters:
msgId- message idcause- causing exception
-
CustomModelException
Constructor- Parameters:
msgId- message idmsgParams- message paramscause- causing exception
-