coins.backend.gen
Class NoMatchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycoins.backend.gen.NoMatchException
All Implemented Interfaces:
java.io.Serializable

class NoMatchException
extends java.lang.Exception

Exception which shows instruction-selection failure.


Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
(package private) NoMatchException()
           
 
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

NoMatchException

NoMatchException()