org.eclipse.m2m.atl.engine.asm
Class ASMEmitterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.m2m.atl.engine.asm.ASMEmitterException
All Implemented Interfaces:
java.io.Serializable

public class ASMEmitterException
extends java.lang.RuntimeException

ASM emitter exception.

See Also:
Serialized Form

Constructor Summary
ASMEmitterException(java.lang.String message)
          Creates an ASMEmitterException with the given message.
ASMEmitterException(java.lang.String message, java.lang.Throwable cause)
          Creates an ASMEmitterException with the given message and the given cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASMEmitterException

public ASMEmitterException(java.lang.String message)
Creates an ASMEmitterException with the given message.

Parameters:
message - the error message

ASMEmitterException

public ASMEmitterException(java.lang.String message,
                           java.lang.Throwable cause)
Creates an ASMEmitterException with the given message and the given cause.

Parameters:
message - the error message
cause - the error

Copyright 2007 IBM Corporation and others.
All Rights Reserved.