Package org.eclipse.m2m.atl.engine.vm
Class AtlSuperimposeModule.AtlSuperimposeModuleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.m2m.atl.engine.vm.AtlSuperimposeModule.AtlSuperimposeModuleException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AtlSuperimposeModule
General exception for applying ATL module superimposition. Used in ASM adaptation sanity check.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new AtlSuperimposeModuleException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AtlSuperimposeModuleException
Creates a new AtlSuperimposeModuleException.- Parameters:
msg
- Exception message
-