orthotweezers
Class CancelException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--orthotweezers.CancelException
All Implemented Interfaces:
java.io.Serializable

public class CancelException
extends java.lang.Exception

An exception class for signalling a user cancel of an operation.

See Also:
Serialized Form

Constructor Summary
CancelException(java.lang.String message)
          Creates new CancelException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CancelException

public CancelException(java.lang.String message)
Creates new CancelException
Parameters:
message - the exception detail message