站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.0

NotImplementedException (NetBeans Utilities API) - NetBeans API Javadoc 5.5.0

org.openide.util 6.8.22

org.openide.util
Class NotImplementedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openide.util.NotImplementedException
All Implemented Interfaces:
Serializable

public class NotImplementedException
extends RuntimeException

Should be thrown when a feature is not implemented. Usage of this exception should allow us to distingush between errors and unimplemented features.

Also this exception can easily be located in source code. That is why finding of unimplemented features should be simplified.

See Also:
Serialized Form

Constructor Summary
NotImplementedException()
          Creates new exception NotImplementedException
NotImplementedException(String s)
          Creates new exception NotImplementedException with text specified string s.
 
Method Summary
 
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()
Creates new exception NotImplementedException


NotImplementedException

public NotImplementedException(String s)
Creates new exception NotImplementedException with text specified string s.

Parameters:
s - the text describing the exception

org.openide.util 6.8.22

Built on May 28 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.