Package e.java

Class EException

All Implemented Interfaces:
Serializable

public class EException extends RuntimeException
A RuntimeException wrapping E to be used where errors are represented as E but an Exception is needed
See Also:
  • Field Details

    • e

      public final E e
  • Constructor Details

    • EException

      public EException(E e)
  • Method Details