Class CustomErrorHandler

java.lang.Object
org.beanio.BeanReaderErrorHandlerSupport
org.apache.camel.dataformat.beanio.BeanIOErrorHandler
org.apache.camel.quarkus.component.beanio.it.model.CustomErrorHandler
All Implemented Interfaces:
org.beanio.BeanReaderErrorHandler

public class CustomErrorHandler extends org.apache.camel.dataformat.beanio.BeanIOErrorHandler
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invalidRecord(org.beanio.InvalidRecordException ex)
     

    Methods inherited from class org.apache.camel.dataformat.beanio.BeanIOErrorHandler

    getConfiguration, getExchange, handleErrorAndAddAsResult, init, setConfiguration, setExchange, unexpectedRecord, unidentifiedRecord

    Methods inherited from class org.beanio.BeanReaderErrorHandlerSupport

    fatalError, handleError, malformedRecord

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CustomErrorHandler

      public CustomErrorHandler()
  • Method Details

    • invalidRecord

      public void invalidRecord(org.beanio.InvalidRecordException ex) throws Exception
      Overrides:
      invalidRecord in class org.apache.camel.dataformat.beanio.BeanIOErrorHandler
      Throws:
      Exception