org.apache.commons.lang
Class NotImplementedException
UnsupportedOperationException
org.apache.commons.lang.NotImplementedException
public class NotImplementedException
extends UnsupportedOperationException
Thrown to indicate that a method has not been implemented.
Version:
- Matthew Hawthorne
- 2.0
NotImplementedException
public NotImplementedException(Class clazz)
Constructes the exception with the specified class.
clazz
- the Class
that has not implemented the method
NotImplementedException
public NotImplementedException(String msg)
Constructs the exception with the specified message.
msg
- the exception message.
Copyright © 2001-2003 - Apache Software Foundation