Class CustomModelException.InvalidCustomModelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.error.AlfrescoRuntimeException
-
- org.alfresco.service.cmr.dictionary.CustomModelException
-
- org.alfresco.service.cmr.dictionary.CustomModelException.InvalidCustomModelException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CustomModelException
public static class CustomModelException.InvalidCustomModelException extends CustomModelException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.alfresco.service.cmr.dictionary.CustomModelException
CustomModelException.ActiveModelConstraintException, CustomModelException.CustomModelConstraintException, CustomModelException.InvalidCustomModelException, CustomModelException.InvalidNamespaceException, CustomModelException.ModelDoesNotExistException, CustomModelException.ModelExistsException, CustomModelException.NamespaceConstraintException
-
-
Constructor Summary
Constructors Constructor Description InvalidCustomModelException(String msgId)
InvalidCustomModelException(String msgId, Object[] msgParams)
InvalidCustomModelException(String msgId, Object[] msgParams, Throwable cause)
InvalidCustomModelException(String msgId, Throwable cause)
-
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
-
InvalidCustomModelException
public InvalidCustomModelException(String msgId)
-
-