com.intellij.debugger
Class NoDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.intellij.debugger.NoDataException
All Implemented Interfaces:
java.io.Serializable

public class NoDataException
extends java.lang.Exception

Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. Use is subject to license terms. Thrown by PositionManager implementation to indicate that it lacks data to perform operation, debugger should try other implementation for this operation. Default implementation never throws this exception.

See Also:
Serialized Form

Constructor Summary
NoDataException()
           
 
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

NoDataException

public NoDataException()