com.swath
Class UserAbortException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.swath.SwathException
              extended bycom.swath.UserAbortException
All Implemented Interfaces:
java.io.Serializable

public class UserAbortException
extends com.swath.SwathException

User abort exception.
Thrown if the user aborted the current script/command.

Since:
SWATH 1.6.2
See Also:
Serialized Form

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

UserAbortException

public UserAbortException()

UserAbortException

public UserAbortException(java.lang.String msg)