Class FlatpackException

  • All Implemented Interfaces:
    Serializable

    public class FlatpackException
    extends org.apache.camel.CamelExchangeException
    Flatpack exception.
    See Also:
    Serialized Form
    • 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()