Class DictionaryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.error.AlfrescoRuntimeException
-
- org.alfresco.service.cmr.dictionary.DictionaryException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DictionaryException.DuplicateDefinitionException
@AlfrescoPublicApi public class DictionaryException extends org.alfresco.error.AlfrescoRuntimeException
Base Exception of Data Dictionary Exceptions.- Author:
- David Caruana
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DictionaryException.DuplicateDefinitionException
Exception generated by attempting to create a duplicate definition of the data dictionary, such as type, aspect, constraint and etc.
-
Constructor Summary
Constructors Constructor Description DictionaryException(java.lang.String msgId)
DictionaryException(java.lang.String msgId, java.lang.Object... args)
DictionaryException(java.lang.String msgId, java.lang.Throwable cause)
DictionaryException(java.lang.String msgId, java.lang.Throwable cause, java.lang.Object... args)
-
Method Summary
-
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
-
-
-
-
Constructor Detail
-
DictionaryException
public DictionaryException(java.lang.String msgId)
-
DictionaryException
public DictionaryException(java.lang.String msgId, java.lang.Throwable cause)
-
DictionaryException
public DictionaryException(java.lang.String msgId, java.lang.Object... args)
-
DictionaryException
public DictionaryException(java.lang.String msgId, java.lang.Throwable cause, java.lang.Object... args)
-
-