coins.backend.gen
クラス NoMatchException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--coins.backend.gen.NoMatchException
すべての実装インタフェース:
java.io.Serializable

class NoMatchException
extends java.lang.Exception

Exception which shows instruction-selection failure.


フィールドの概要
 
クラス java.lang.Exception から継承したフィールド
 
コンストラクタの概要
(パッケージプライベート) NoMatchException()
           
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

NoMatchException

NoMatchException()