Class ContextChangeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ContextChangeException
    extends UsrException
    ContextChangeException indicates that an illegal change to program context has been attempted.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ContextChangeException()
      Constructs an ContextChangeException with no detail message.
      ContextChangeException​(java.lang.String message)
      Constructs an ContextChangeException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ContextChangeException

        public ContextChangeException()

        Constructs an ContextChangeException with no detail message.

      • ContextChangeException

        public ContextChangeException​(java.lang.String message)

        Constructs an ContextChangeException with the specified detail message.

        Parameters:
        message - The message.