Class OslcCoreApplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.lyo.oslc4j.core.exception.OslcCoreApplicationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OslcCoreDeregistrationException
,OslcCoreDuplicatePropertyDefinitionException
,OslcCoreInvalidOccursException
,OslcCoreInvalidPropertyDefinitionException
,OslcCoreInvalidPropertyTypeException
,OslcCoreInvalidRepresentationException
,OslcCoreInvalidValueTypeException
,OslcCoreMissingAnnotationException
,OslcCoreMissingNamespaceDeclarationException
,OslcCoreMissingNamespacePrefixException
,OslcCoreMissingSetMethodException
,OslcCoreMisusedOccursException
,OslcCoreRegistrationException
,OslcCoreRelativeURIException
Base class for all application exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOslcCoreApplicationException
(String messageKey, Object[] args) OslcCoreApplicationException
(String messageKey, Object[] args, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OslcCoreApplicationException
-
OslcCoreApplicationException
-