|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objecttgl.compiler.error.SyntaxError
public class SyntaxError
構文解析中に発生するエラーを表すクラス。
コンストラクタの概要 | |
---|---|
SyntaxError()
|
メソッドの概要 | |
---|---|
void |
error(CompileErrorHandler handler)
エラーを報告するための処理をエラーハンドラに委譲する。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public SyntaxError()
メソッドの詳細 |
---|
public void error(CompileErrorHandler handler) throws java.lang.Exception
CompileError
内の error
handler
- コンパイルエラーを処理するエラーハンドラ
CompileException
- コンパイル時のエラーを表す例外(Exceptionのサブクラス)
java.lang.Exception
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |