tgl.compiler.error
クラス SyntaxError

java.lang.Object
  上位を拡張 tgl.compiler.error.SyntaxError
すべての実装されたインタフェース:
CompileError

public class SyntaxError
extends java.lang.Object
implements CompileError

構文解析中に発生するエラーを表すクラス。


コンストラクタの概要
SyntaxError()
           
 
メソッドの概要
 void error(CompileErrorHandler handler)
          エラーを報告するための処理をエラーハンドラに委譲する。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SyntaxError

public SyntaxError()
メソッドの詳細

error

public void error(CompileErrorHandler handler)
           throws java.lang.Exception
エラーを報告するための処理をエラーハンドラに委譲する。

定義:
インタフェース CompileError 内の error
パラメータ:
handler - コンパイルエラーを処理するエラーハンドラ
例外:
CompileException - コンパイル時のエラーを表す例外(Exceptionのサブクラス)
java.lang.Exception