Package org.sentrysoftware.jawk
Class NotImplementedError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.sentrysoftware.jawk.NotImplementedError
- All Implemented Interfaces:
Serializable
A placeholder for blocks of code which are not
implemented. If this is thrown, then it is the
author's intention to complete the section at
a later date.
- Author:
- Danny Daglas
- See Also:
-
Constructor Summary
ConstructorDescriptionConstruct the error without a message string.Construct the error with a message string. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotImplementedError
public NotImplementedError()Construct the error without a message string. -
NotImplementedError
Construct the error with a message string.- Parameters:
msg
- The message string.
-