com.blackbear.flatworm.errors
Class FlatwormInputLineLengthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.blackbear.flatworm.errors.FlatwormException
              extended by com.blackbear.flatworm.errors.FlatwormInputLineLengthException
All Implemented Interfaces:
java.io.Serializable

public class FlatwormInputLineLengthException
extends FlatwormException

The exception thrown when an attempt is made to read past the end of an input line.

See Also:
Serialized Form

Constructor Summary
FlatwormInputLineLengthException(java.lang.String s)
           
 
Method Summary
 
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

FlatwormInputLineLengthException

public FlatwormInputLineLengthException(java.lang.String s)