org.openide.util
Class  NotImplementedException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--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
 
 
 
 
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
 
 
Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.