Package org.eclipse.m2m.atl.engine.asm
Class ASMEmitterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.m2m.atl.engine.asm.ASMEmitterException
- All Implemented Interfaces:
Serializable
ASM emitter exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionASMEmitterException
(String message) Creates an ASMEmitterException with the given message.ASMEmitterException
(String message, Throwable cause) Creates an ASMEmitterException with the given message and the given cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ASMEmitterException
Creates an ASMEmitterException with the given message.- Parameters:
message
- the error message
-
ASMEmitterException
Creates an ASMEmitterException with the given message and the given cause.- Parameters:
message
- the error messagecause
- the error
-