akka.testkit
Class ErrorFilter$

java.lang.Object
  extended by akka.testkit.ErrorFilter$
All Implemented Interfaces:
java.io.Serializable

public class ErrorFilter$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static ErrorFilter$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ErrorFilter$()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final ErrorFilter$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ErrorFilter$

public ErrorFilter$()