Class InvalidCustomAspectMetadataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.alfresco.module.org_alfresco_module_rm.admin.CustomMetadataException
-
- org.alfresco.module.org_alfresco_module_rm.admin.InvalidCustomAspectMetadataException
-
- All Implemented Interfaces:
Serializable
public class InvalidCustomAspectMetadataException extends CustomMetadataException
Custom metadata exception.- Since:
- 2.1
- Author:
- Roy Wethearll
- See Also:
InvalidCustomAspectMetadataException
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
MSG_INVALID_CUSTOM_ASPECT
-
Constructor Summary
Constructors Constructor Description InvalidCustomAspectMetadataException(org.alfresco.service.namespace.QName customAspect, String aspectName)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
MSG_INVALID_CUSTOM_ASPECT
public static final String MSG_INVALID_CUSTOM_ASPECT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InvalidCustomAspectMetadataException
public InvalidCustomAspectMetadataException(org.alfresco.service.namespace.QName customAspect, String aspectName)
-
-