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

public class ASMEmitterException extends RuntimeException
ASM emitter exception.
See Also:
  • Constructor Details

    • ASMEmitterException

      public ASMEmitterException(String message)
      Creates an ASMEmitterException with the given message.
      Parameters:
      message - the error message
    • ASMEmitterException

      public ASMEmitterException(String message, Throwable cause)
      Creates an ASMEmitterException with the given message and the given cause.
      Parameters:
      message - the error message
      cause - the error