Class StreamBaseRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalFunctionInProjectionException

public class StreamBaseRuntimeException extends RuntimeException
The base class of all StreamBase runtime exceptions.
See Also:
  • Constructor Details

    • StreamBaseRuntimeException

      public StreamBaseRuntimeException(String a_message)
      Constructor
      Parameters:
      a_message - Exception message
    • StreamBaseRuntimeException

      public StreamBaseRuntimeException(String a_message, Throwable a_cause)
      Constructor
      Parameters:
      a_message - Exception message
      a_cause - Exception cause
    • StreamBaseRuntimeException

      public StreamBaseRuntimeException(Throwable a_cause)
      Constructor
      Parameters:
      a_cause - Exception cause