|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
l3cover.tools.rulecomp.CompilationException
Exception thrown when a compilation error occurred
コンストラクタの概要 | |
CompilationException(java.lang.String message)
Constructor |
|
CompilationException(java.lang.String message,
java.lang.String sourceName,
int line,
int column)
Constructor |
メソッドの概要 | |
int |
getColumn()
Returns the column where an exception occurred |
int |
getLine()
Returns the line where an exception occurred |
java.lang.String |
getPositionString()
Returns a string describing the position where an error occurred (in GCC-style) |
java.lang.String |
getSourceName()
Returns the name of the source code where an exception occurred |
クラス 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 |
コンストラクタの詳細 |
public CompilationException(java.lang.String message, java.lang.String sourceName, int line, int column)
message
- Error messagesourceName
- name of the source codeline
- line number where an error occurredcolumn
- column in a line where an error occurredpublic CompilationException(java.lang.String message)
message
- Error messageメソッドの詳細 |
public java.lang.String getSourceName()
public int getLine()
public int getColumn()
public java.lang.String getPositionString()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |