Class InvalidAspectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.error.AlfrescoRuntimeException
-
- org.alfresco.service.cmr.dictionary.InvalidClassException
-
- org.alfresco.service.cmr.dictionary.InvalidAspectException
-
- All Implemented Interfaces:
java.io.Serializable
@AlfrescoPublicApi public class InvalidAspectException extends InvalidClassException
Thrown when a reference to an aspect is incorrect.- Author:
- Derek Hulley
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidAspectException(java.lang.String msg, QName aspectName)
InvalidAspectException(QName aspectName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getAspectName()
-
Methods inherited from class org.alfresco.service.cmr.dictionary.InvalidClassException
getClassName
-
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
-
-