クラス TopLevelClass.ParseException.AmbiguousGrammarError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--java.lang.AssertionError
                    |
                    +--TopLevelClass.ParseException.AmbiguousGrammarError
すべての実装インタフェース:
Serializable
含まれているクラス:
TopLevelClass.ParseException

public static class TopLevelClass.ParseException.AmbiguousGrammarError
extends AssertionError

¬<><∪∪ソースにエラーがあることを表します。

導入されたバージョン:
notavaCC 1.0
関連項目:
直列化された形式

コンストラクタの概要
TopLevelClass.ParseException.AmbiguousGrammarError(String message)
           
 
クラス 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
 

コンストラクタの詳細

TopLevelClass.ParseException.AmbiguousGrammarError

public TopLevelClass.ParseException.AmbiguousGrammarError(String message)