Class OperatorNotReadyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class OperatorNotReadyException
    extends RuntimeStreamException
    Exception thrown if an operator has not been properly initialized.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OperatorNotReadyException​(java.lang.String msg)
      Base constructor.
    • 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

      • OperatorNotReadyException

        public OperatorNotReadyException​(java.lang.String msg)
        Base constructor.
        Parameters:
        msg - a message concerning the exception.