java.io.Serializable
public class ProgrammerException
extends java.lang.RuntimeException
Constructor | Description |
---|---|
ProgrammerException() |
Default constructor
|
ProgrammerException(java.lang.Throwable cause) |
Constructor that takes another Throwable as the cause of this exception
|