org.apache.camel.dataformat.bindy.format
Class FormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.camel.dataformat.bindy.format.FormatException
All Implemented Interfaces:
Serializable

public class FormatException
extends Exception

See Also:
Serialized Form

Constructor Summary
FormatException()
           
FormatException(String message)
           
FormatException(String message, Throwable cause)
           
FormatException(Throwable cause)
           
 
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

FormatException

public FormatException()

FormatException

public FormatException(String message)

FormatException

public FormatException(String message,
                       Throwable cause)

FormatException

public FormatException(Throwable cause)


Apache CAMEL