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
public class CustomModelException extends AlfrescoRuntimeException
- Author:
- Jamal Kaabi-Mofrad
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomModelException.ActiveModelConstraintExceptionstatic classCustomModelException.CustomModelConstraintExceptionstatic classCustomModelException.InvalidCustomModelExceptionstatic classCustomModelException.InvalidNamespaceExceptionstatic classCustomModelException.ModelDoesNotExistExceptionstatic classCustomModelException.ModelExistsExceptionstatic classCustomModelException.NamespaceConstraintException
-
Constructor Summary
Constructors Constructor Description CustomModelException(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, makeRuntimeException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CustomModelException
public CustomModelException(String msgId)
Constructor- Parameters:
msgId- message id
-
CustomModelException
public CustomModelException(String msgId, Object[] msgParams)
Constructor- Parameters:
msgId- message idmsgParams- message params
-
CustomModelException
public CustomModelException(String msgId, Throwable cause)
Constructor- Parameters:
msgId- message idcause- causing exception
-
-