harpoon.Util
Class ParseUtil.BadLineException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--harpoon.Util.ParseUtil.BadLineException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ParseUtil
- public static class ParseUtil.BadLineException
- extends IOException
Exception thrown by the methods in ParseUtil
to indicate an unparsable line in an input file.
- See Also:
- Serialized Form
ParseUtil.BadLineException
public ParseUtil.BadLineException(String message)
toString
public String toString()
- Overrides:
toString
in class Throwable