muskel
Class NonFireableInstructionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by muskel.NonFireableInstructionException
All Implemented Interfaces:
java.io.Serializable

public class NonFireableInstructionException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
NonFireableInstructionException()
           
NonFireableInstructionException(java.lang.String message)
           
NonFireableInstructionException(java.lang.String message, java.lang.Throwable cause)
           
NonFireableInstructionException(java.lang.Throwable 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

NonFireableInstructionException

public NonFireableInstructionException()

NonFireableInstructionException

public NonFireableInstructionException(java.lang.String message)
Parameters:
message -

NonFireableInstructionException

public NonFireableInstructionException(java.lang.String message,
                                       java.lang.Throwable cause)
Parameters:
message -
cause -

NonFireableInstructionException

public NonFireableInstructionException(java.lang.Throwable cause)
Parameters:
cause -