Class ImpossibleStateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.rotgruengelb.nixienaut.exeption.ImpossibleStateException
All Implemented Interfaces:
Serializable

public class ImpossibleStateException extends RuntimeException
See Also:
  • Constructor Details

    • ImpossibleStateException

      public ImpossibleStateException()
      This exception is thrown when a state produced in program is impossible.
      See Also:
    • ImpossibleStateException

      public ImpossibleStateException(String message)
      This exception is thrown when a state produced in program is impossible.
      Parameters:
      message - The message to be displayed