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:
java.io.Serializable
public class NotImplementedException extends java.lang.RuntimeException
- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotImplementedException()
NotImplementedException constructor comment.NotImplementedException(java.lang.String message)
NotImplementedException constructor comment.
-