|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.hagenah.diplomacy.game.JudgeParseException
public class JudgeParseException
Thrown to indicate that a error occured while parsing the turn.
| Constructor Summary | |
|---|---|
JudgeParseException(java.lang.String s,
int line)
Constructs an Exception with the specified detail message. |
|
| Method Summary | |
|---|---|
int |
getLineNumber()
Returns the line in which the error occured. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JudgeParseException(java.lang.String s,
int line)
s - The detail message.line - The line in which the error occured.| Method Detail |
|---|
public int getLineNumber()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||