Class HyperonIllegalStateException

All Implemented Interfaces:
Serializable

public class HyperonIllegalStateException extends HyperonRuntimeException
This exception should be thrown within hyperon, instead of IllegalStateException.
Author:
przemek hertel
See Also:
  • Constructor Details

    • HyperonIllegalStateException

      public HyperonIllegalStateException(String msg)
      Construct a new HyperonIllegalStateException with specified message msg.
      Parameters:
      msg - detailed message
    • HyperonIllegalStateException

      public HyperonIllegalStateException(String msg, Throwable cause)
      Construct a new HyperonIllegalStateException with specified message msg and underling cause.
      Parameters:
      msg - detailed message
      cause - underling cause