Package com.peterphi.std
Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.peterphi.std.NotImplementedException
- All Implemented Interfaces:
Serializable
Description: An Error thrown when some functionality is not yet implemented. Mirrors the .NET exception of the same name
Copyright: Copyright (c) 2006
- Version:
- $Revision$
- See Also:
-
Constructor Summary
ConstructorDescriptionNotImplementedException
(String message) NotImplementedException
(String message, Throwable cause) -
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() -
NotImplementedException
-
NotImplementedException
-