Package akka.http.scaladsl.unmarshalling
Class Unmarshaller.EitherUnmarshallingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.http.scaladsl.unmarshalling.Unmarshaller.EitherUnmarshallingException
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing interface:
- Unmarshaller<A,B>
public static final class Unmarshaller.EitherUnmarshallingException extends java.lang.RuntimeException implements scala.Product, java.io.Serializable
Order of parameters (`right` first, `left` second) is intentional, since that's the order we evaluate them in.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EitherUnmarshallingException(java.lang.Class<?> rightClass, java.lang.Throwable right, java.lang.Class<?> leftClass, java.lang.Throwable left)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
left()
java.lang.Class<?>
leftClass()
java.lang.Throwable
right()
java.lang.Class<?>
rightClass()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-