Package akka.japi
Class JavaPartialFunction.NoMatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.japi.JavaPartialFunction.NoMatchException
-
- All Implemented Interfaces:
java.io.Serializable
,scala.util.control.NoStackTrace
- Direct Known Subclasses:
JavaPartialFunction.NoMatch$
- Enclosing class:
- JavaPartialFunction<A,B>
public abstract static class JavaPartialFunction.NoMatchException extends java.lang.RuntimeException implements scala.util.control.NoStackTrace
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoMatchException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-