Package hec.lang

Class InvalidStateException

All Implemented Interfaces:
Serializable

public class InvalidStateException extends Exception
Thrown when an Object encounters an invalid state that it needs to notify it caller about.
See Also:
  • Constructor Details

    • InvalidStateException

      public InvalidStateException(Object source, String message)