Package org.eclipse.lyo.store
Class ModelUnmarshallingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.lyo.store.ModelUnmarshallingException
- All Implemented Interfaces:
Serializable
ModelUnmarshallingException is an exception that occurs during
Model
transformation.- Since:
- 0.14.0
- Version:
- $version-stub$
- Author:
- Andrew Berezovskyi (andriib@kth.se)
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionModelUnmarshallingException
(String message) ModelUnmarshallingException
(String message, Throwable cause) protected
ModelUnmarshallingException
(String message, Throwable cause, boolean enableSuppression, boolean stackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModelUnmarshallingException
public ModelUnmarshallingException() -
ModelUnmarshallingException
-
ModelUnmarshallingException
-
ModelUnmarshallingException
-
ModelUnmarshallingException
-