Package Exceptions

Class ProgrammerException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProgrammerException
    extends java.lang.RuntimeException
    Represents an exception an end user should never see
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ProgrammerException()
      Default constructor
      ProgrammerException​(java.lang.Throwable cause)
      Constructor that takes another Throwable as the cause of this exception
    • 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

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

      • ProgrammerException

        public ProgrammerException()
        Default constructor
      • ProgrammerException

        public ProgrammerException​(java.lang.Throwable cause)
        Constructor that takes another Throwable as the cause of this exception
        Parameters:
        cause - The cause