org.aitools.programd.util
Class DeveloperError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.aitools.programd.util.DeveloperError
- All Implemented Interfaces:
- Serializable
public class DeveloperError
- extends Error
A developer error.
- Author:
- Noel Bush
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DeveloperError
public DeveloperError(String message,
Throwable e)
- Creates a new DeveloperError associated with the given Throwable.
- Parameters:
message - the message describing the errore - the Throwable that is responsible for this DeveloperError