akka.japi
Class JavaPartialFunction.NoMatch$

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by akka.japi.JavaPartialFunction.NoMatchException
                  extended by akka.japi.JavaPartialFunction.NoMatch$
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product, scala.util.control.NoStackTrace
Enclosing class:
JavaPartialFunction<A,B>

public static class JavaPartialFunction.NoMatch$
extends JavaPartialFunction.NoMatchException
implements scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
JavaPartialFunction.NoMatch$()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 
Methods inherited from interface scala.util.control.NoStackTrace
fillInStackTrace, scala$util$control$NoStackTrace$$super$fillInStackTrace
 

Constructor Detail

JavaPartialFunction.NoMatch$

public JavaPartialFunction.NoMatch$()