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

public class ContextMapperApplicationException extends RuntimeException
Exception that is catched in Eclipse UI project to show message box.
See Also:
  • Constructor Details

    • ContextMapperApplicationException

      public ContextMapperApplicationException(String message)
    • ContextMapperApplicationException

      public ContextMapperApplicationException(String message, Throwable throwable)