com.blackbear.flatworm.errors
Class FlatwormException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.blackbear.flatworm.errors.FlatwormException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FlatwormConfigurationValueException, FlatwormConversionException, FlatwormCreatorException, FlatwormInputLineLengthException, FlatwormInvalidRecordException, FlatwormParserException, FlatwormUnsetFieldValueException

public class FlatwormException
extends java.lang.Exception

The base exception for all Flatworm exceptions.

See Also:
Serialized Form

Constructor Summary
FlatwormException()
           
FlatwormException(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

FlatwormException

public FlatwormException()

FlatwormException

public FlatwormException(java.lang.String s)