Package org.contextmapper.dsl.exception
Class ContextMapperApplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.contextmapper.dsl.exception.ContextMapperApplicationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GeneratorInputException
,InputNotYetSupportedException
,RefactoringInputException
,RefactoringSerializationException
,ResourceIsNoCMLModelException
,ResourceIsNoSCLModelException
Exception that is catched in Eclipse UI project to show message box.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContextMapperApplicationException
(String message) ContextMapperApplicationException
(String message, Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContextMapperApplicationException
-
ContextMapperApplicationException
-