All Packages Class Hierarchy This Package Previous Next Index
Class rebelsky.util.Unimplemented
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----rebelsky.util.Unimplemented
- public class Unimplemented
- extends Exception
An exception that is thrown when a function is not fully implemented.
- Version:
- 1.0 of March 1998
- Author:
- Samuel A. Rebelsky
Constructor Index
- o
Unimplemented()
- Create a new exception with no explanation.
- o
Unimplemented(String)
- Create a new exception with a textual explanation.
Constructors
o
Unimplemented
public Unimplemented()
- Create a new exception with no explanation.
o
Unimplemented
public Unimplemented(String why)
- Create a new exception with a textual explanation.
All Packages Class Hierarchy This Package Previous Next Index