java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aoapps.lang.exception.NotImplementedException
- All Implemented Interfaces:
Serializable
Deprecated.
Indicates some part of the code has not been implemented yet.
- Author:
- AO Industries, Inc.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.NotImplementedException
(String message) Deprecated.NotImplementedException
(String message, Throwable cause) Deprecated.NotImplementedException
(Throwable cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotImplementedException
public NotImplementedException()Deprecated. -
NotImplementedException
Deprecated. -
NotImplementedException
Deprecated. -
NotImplementedException
Deprecated.
-
NotImplementedException
from Apache Commons Lang.