Class OperatorNotReadyException

All Implemented Interfaces:
Serializable

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

    • OperatorNotReadyException

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