|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--coins.CompileError
CompileError: Exception for error processing. As for warning, use warning method in Root.
| フィールドの概要 | |
(パッケージプライベート) int |
fErrorLevel
|
(パッケージプライベート) int |
fErrorNumber
|
| クラス java.lang.RuntimeException から継承したフィールド |
|
| コンストラクタの概要 | |
CompileError()
|
|
CompileError(int pErrorNumber,
java.lang.String pMessage)
|
|
CompileError(java.lang.String pMessage)
|
|
| クラス 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 |
| フィールドの詳細 |
int fErrorLevel
int fErrorNumber
| コンストラクタの詳細 |
public CompileError(int pErrorNumber,
java.lang.String pMessage)
public CompileError(java.lang.String pMessage)
public CompileError()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||