org.apache.camel.component.flatpack
Class FlatpackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.camel.CamelException
              extended by org.apache.camel.CamelExchangeException
                  extended by org.apache.camel.component.flatpack.FlatpackException
All Implemented Interfaces:
Serializable

public class FlatpackException
extends org.apache.camel.CamelExchangeException

Flatpack exception.

See Also:
Serialized Form

Constructor Summary
FlatpackException(String message, org.apache.camel.Exchange exchange, List<net.sf.flatpack.DataError> errors)
           
 
Method Summary
 List<net.sf.flatpack.DataError> getErrors()
           
 String getMessage()
           
 
Methods inherited from class org.apache.camel.CamelExchangeException
createExceptionMessage, getExchange
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

FlatpackException

public FlatpackException(String message,
                         org.apache.camel.Exchange exchange,
                         List<net.sf.flatpack.DataError> errors)
Method Detail

getErrors

public List<net.sf.flatpack.DataError> getErrors()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Apache CAMEL