Class Idiot_Programmer

  • All Implemented Interfaces:
    java.io.Serializable

    public class Idiot_Programmer
    extends java.lang.Exception
    This exception should be thrown when there is a problem with the library that a user cannot fix, and in fact should not have ever made it through testing. If this error is seen, notify the NetDB team.
    See Also:
    Serialized Form
    • 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

      • Idiot_Programmer

        public Idiot_Programmer()
      • Idiot_Programmer

        public Idiot_Programmer​(java.lang.String message)
      • Idiot_Programmer

        public Idiot_Programmer​(java.lang.String message,
                                java.lang.Throwable cause)
      • Idiot_Programmer

        public Idiot_Programmer​(java.lang.Throwable cause)