harpoon.Util
Class ParseUtil.BadLineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
ParseUtil.BadLineException(String message)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseUtil.BadLineException

public ParseUtil.BadLineException(String message)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable