io.replay.framework
Class ReplayIONotInitializedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by io.replay.framework.ReplayIONotInitializedException
All Implemented Interfaces:
java.io.Serializable

public class ReplayIONotInitializedException
extends java.lang.IllegalStateException

Exception that throws when static methods are called before ReplayIO is initialized. It is a subclass of IllegalStateException, so that try...catch is not needed everywhere.

See Also:
Serialized Form

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