Class Unmarshaller.EitherUnmarshallingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
akka.http.scaladsl.unmarshalling.Unmarshaller.EitherUnmarshallingException
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product
Enclosing interface:
Unmarshaller<A,B>

public static final class Unmarshaller.EitherUnmarshallingException extends RuntimeException implements scala.Product, Serializable
Order of parameters (`right` first, `left` second) is intentional, since that's the order we evaluate them in.
See Also:
  • Constructor Details

    • EitherUnmarshallingException

      public EitherUnmarshallingException(Class<?> rightClass, Throwable right, Class<?> leftClass, Throwable left)
  • Method Details

    • rightClass

      public Class<?> rightClass()
    • right

      public Throwable right()
    • leftClass

      public Class<?> leftClass()
    • left

      public Throwable left()