jsky.util.gui
Class ProgressException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by jsky.util.gui.ProgressException
All Implemented Interfaces:
java.io.Serializable

public class ProgressException
extends java.io.IOException

An exception that is thrown when (or at some point after) the user presses the Stop button in a ProgressPanel.

Version:
$Revision: 1.1 $
Author:
Allan Brighton
See Also:
Serialized Form

Constructor Summary
ProgressException(java.lang.String msg)
           
 
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

ProgressException

public ProgressException(java.lang.String msg)