Package adams.core.exception
Class NotImplementedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- adams.core.exception.NotImplementedException
-
- All Implemented Interfaces:
Serializable
public class NotImplementedException extends Error
To be thrown if a method is not implemented.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotImplementedException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-