Interface ErrorAware

All Known Subinterfaces:
ErrorWebRoute<A>

public interface ErrorAware

Specifies criteria required to match requests or resources based on a an error type.

Since:
1.3
Author:
Jeremy Kuhn
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends Throwable>
    Returns an error type.
  • Method Details

    • getError

      Class<? extends Throwable> getError()

      Returns an error type.

      Returns:
      an error type or null to match any error