jaugment2.helpers.config
Class ConfigFileReader.ParseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jaugment2.helpers.config.ConfigFileReader.ParseException
- Enclosing class:
- ConfigFileReader
- public static class ConfigFileReader.ParseException
- extends java.lang.Exception
Exception thrown uppon detection of a Syntax-Error
- See Also:
- Serialized Form
| Fields inherited from class java.lang.Throwable |
backtrace,
detailMessage,
serialVersionUID |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
printStackTrace0,
toString |
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
linenr
private long linenr
localizedErr
private java.lang.String localizedErr
ConfigFileReader.ParseException
public ConfigFileReader.ParseException(long line)
ConfigFileReader.ParseException
public ConfigFileReader.ParseException(long line,
java.lang.String err)
ConfigFileReader.ParseException
public ConfigFileReader.ParseException(long line,
java.lang.String err,
java.lang.String localizedErr)
getLineNr
public long getLineNr()
getLocalizedMessage
public java.lang.String getLocalizedMessage()
- Overrides:
- getLocalizedMessage in class java.lang.Throwable