com.ibm.commons.util
Class NotImplementedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.commons.util.AbstractRuntimeException
                  extended by com.ibm.commons.util.NotImplementedException
All Implemented Interfaces:
IExceptionEx, java.io.Serializable

public class NotImplementedException
extends AbstractRuntimeException

Exception thrown by a method that is not implemented.

See Also:
Serialized Form

Constructor Summary
NotImplementedException()
          Create a new exception.
NotImplementedException(java.lang.String msg, java.lang.Object... params)
          Create a new exception.
 
Method Summary
 
Methods inherited from class com.ibm.commons.util.AbstractRuntimeException
getCause, initCause, printExtraInformation
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotImplementedException

public NotImplementedException()
Create a new exception. The message is formatted using the StringUtil.format rules.

Parameters:
msg - the exception message
params - the parameter values to format

NotImplementedException

public NotImplementedException(java.lang.String msg,
                               java.lang.Object... params)
Create a new exception. The message is formatted using the StringUtil.format rules.

Parameters:
msg - the exception message
params - the parameter values to format