Class NoSuchHeaderOrPropertyException

All Implemented Interfaces:
Serializable

public class NoSuchHeaderOrPropertyException extends CamelExchangeException
See Also:
  • Constructor Details

    • NoSuchHeaderOrPropertyException

      public NoSuchHeaderOrPropertyException(Exchange exchange, String headerName, String propertyName, Class<?> type)
  • Method Details

    • getHeaderName

      public String getHeaderName()
    • getPropertyName

      public String getPropertyName()
    • getType

      public Class<?> getType()
    • header

      protected static String header(Exchange exchange, String headerName)
    • property

      protected static String property(Exchange exchange, String propertyName)