JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.progress
Class JCProgressAbortedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.klg.jclass.util.progress.JCProgressAbortedException
All Implemented Interfaces:
Serializable

public class JCProgressAbortedException
extends Exception

Progress aborted exception.

See Also:
Serialized Form

Field Summary
protected  String processName
           
 
Constructor Summary
JCProgressAbortedException()
          Createss a JCProgressAbortedException without specifying the process aborted.
JCProgressAbortedException(String s)
          Creates a JCProgressAbortedException.
JCProgressAbortedException(String s, String process_name)
          Creates a JCProgressAbortedException.
 
Method Summary
 String getProcessName()
          Returns the process name aborted.
 
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
 

Field Detail

processName

protected String processName
Constructor Detail

JCProgressAbortedException

public JCProgressAbortedException()
Createss a JCProgressAbortedException without specifying the process aborted.


JCProgressAbortedException

public JCProgressAbortedException(String s)
Creates a JCProgressAbortedException.

Parameters:
s - exception message

JCProgressAbortedException

public JCProgressAbortedException(String s,
                                  String process_name)
Creates a JCProgressAbortedException.

Parameters:
s - exception message
process_name - process that was aborted
Method Detail

getProcessName

public String getProcessName()
Returns the process name aborted.

Returns:
process name aborted

Copyright © 2004 Quest Software Inc..
All rights reserved.