Class SQLExceptionComponentProvider

java.lang.Object
org.tentackle.trip.provider.ThrowableComponentProvider<SQLException>
org.tentackle.dbms.trip.SQLExceptionComponentProvider
All Implemented Interfaces:
org.tentackle.trip.TripComponentProvider<SQLException>

@TripComponentProviderService(SQLException.class) public class SQLExceptionComponentProvider extends org.tentackle.trip.provider.ThrowableComponentProvider<SQLException>
Component provider for SQLException.
See Also:
  • Constructor Details

    • SQLExceptionComponentProvider

      public SQLExceptionComponentProvider()
      Creates the provider.
  • Method Details

    • addField

      protected boolean addField(Collection<org.tentackle.trip.TripComponent<SQLException, ?>> components, Field field, org.tentackle.trip.TripType<SQLException> type, int ordinal)
      Overrides:
      addField in class org.tentackle.trip.provider.ThrowableComponentProvider<SQLException>