Class AddressParseError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.text.ParseException
de.hdm_stuttgart.mi.sd1.htmlformat.AddressParseError
- All Implemented Interfaces:
Serializable
Address data files may contain corrupted entries
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.text.ParseException
getErrorOffset
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AddressParseError
- Parameters:
messageString
- Supply a parse error explanation.lineNumber
- the current line number within the parsing process
-