Package org.jmock.util
Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jmock.util.NotImplementedException
- All Implemented Interfaces:
Serializable
- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotImplementedException constructor comment.NotImplementedException
(String message) NotImplementedException constructor comment. -
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 constructor comment. -
NotImplementedException
NotImplementedException constructor comment.- Parameters:
message
- java.lang.String
-