org.openide.debugger
Class DebuggerNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.reflect.InvocationTargetException
                    |
                    +--org.openide.debugger.DebuggerException
                          |
                          +--org.openide.debugger.DebuggerNotFoundException
All Implemented Interfaces:
Serializable

public class DebuggerNotFoundException
extends DebuggerException

Exception indicating that the debugger itself could not be loaded properly.

See Also:
Serialized Form

Constructor Summary
DebuggerNotFoundException()
          Construct a new exception.
 
Methods inherited from class java.lang.reflect.InvocationTargetException
getTargetException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DebuggerNotFoundException

public DebuggerNotFoundException()
Construct a new exception.


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.