Class ClassNotPreparedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ClassNotPreparedException
    extends java.lang.RuntimeException
    The exception is thrown when a user tries to mock class which is't prepared, but should be. For example it could be case mocking static call.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ClassNotPreparedException

        public ClassNotPreparedException​(java.lang.String message)