Package stanford.netdb.exceptions
Class Idiot_Programmer
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- stanford.netdb.exceptions.Idiot_Programmer
-
- All Implemented Interfaces:
java.io.Serializable
public class Idiot_Programmer extends java.lang.ExceptionThis 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
-
-
Constructor Summary
Constructors Constructor Description Idiot_Programmer()Idiot_Programmer(java.lang.String message)Idiot_Programmer(java.lang.String message, java.lang.Throwable cause)Idiot_Programmer(java.lang.Throwable cause)
-