Package EDU.purdue.jtb.common
Class ProgrammaticError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- EDU.purdue.jtb.common.ProgrammaticError
-
- All Implemented Interfaces:
java.io.Serializable
public class ProgrammaticError extends java.lang.Error
ClassProgrammaticError
reports internal programmatic unrecoverable errors.Class is thread-safe.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProgrammaticError(java.lang.String aMsg)
Standard constructor.
-