Package Exceptions
Class ProgrammerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- Exceptions.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 constructorProgrammerException(java.lang.Throwable cause)
Constructor that takes another Throwable as the cause of this exception
-