- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.aoapps.lang.exception.NotImplementedException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class NotImplementedException extends RuntimeException
Deprecated.Please useNotImplementedExceptionfrom Apache Commons Lang.Indicates some part of the code has not been implemented yet.- Author:
- AO Industries, Inc.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotImplementedException()Deprecated.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
-
-