jimm.datavision
Class UserCancellationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jimm.datavision.UserCancellationException
All Implemented Interfaces:
java.io.Serializable

public class UserCancellationException
extends java.lang.RuntimeException

This exception is thrown when the user cancels an action, usually by clicking "Cancel" in a dialog. It's a runtime exception so it can "sneak through" while parsing a report XML file -- I don't have control over the exceptions those methods declare.

Author:
Jim Menard, jimm@io.com
See Also:
Serialized Form

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

UserCancellationException

public UserCancellationException()

UserCancellationException

public UserCancellationException(java.lang.String msg)