com.blackbear.flatworm.errors
Class FlatwormConversionException

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.FlatwormConversionException
All Implemented Interfaces:
java.io.Serializable

public class FlatwormConversionException
extends FlatwormException

The exception thrown when an error occurs during field conversion. This can either be a parsing error in the field, or an invokation error against the registered method, so be sure to check both.

See Also:
Serialized Form

Constructor Summary
FlatwormConversionException(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

FlatwormConversionException

public FlatwormConversionException(java.lang.String s)