org.apache.commons.lang

Class NotImplementedException


public class NotImplementedException
extends UnsupportedOperationException

Thrown to indicate that a method has not been implemented.
Version:
$Id: NotImplementedException.java,v 1.4 2003/08/18 02:22:23 bayard Exp $
Author:
Matthew Hawthorne
Since:
2.0

Constructor Summary

NotImplementedException(Class clazz)
Constructes the exception with the specified class.
NotImplementedException(String msg)
Constructs the exception with the specified message.

Constructor Details

NotImplementedException

public NotImplementedException(Class clazz)
Constructes the exception with the specified class.
Parameters:
clazz - the Class that has not implemented the method

NotImplementedException

public NotImplementedException(String msg)
Constructs the exception with the specified message.
Parameters:
msg - the exception message.

Copyright © 2001-2003 - Apache Software Foundation