org.basex.core
Class ProgressException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.basex.core.ProgressException
All Implemented Interfaces:
Serializable

public final class ProgressException
extends RuntimeException

This exception is called whenever a progress is interrupted.

Author:
Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen
See Also:
Serialized Form

Constructor Summary
ProgressException()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProgressException

public ProgressException()