com.jniwrapper.win32.jexcel.ui
Class JWorkbookInterruptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jniwrapper.win32.jexcel.ui.JWorkbookInterruptException
All Implemented Interfaces:
java.io.Serializable

public class JWorkbookInterruptException
extends java.lang.Exception

The class provides functionality of specific exception used to show that JWorkbook event was interrupted.

See Also:
Serialized Form

Constructor Summary
JWorkbookInterruptException()
           
JWorkbookInterruptException(java.lang.String message)
           
JWorkbookInterruptException(java.lang.String message, java.lang.Throwable cause)
           
JWorkbookInterruptException(java.lang.Throwable cause)
           
 
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

JWorkbookInterruptException

public JWorkbookInterruptException()

JWorkbookInterruptException

public JWorkbookInterruptException(java.lang.String message)

JWorkbookInterruptException

public JWorkbookInterruptException(java.lang.String message,
                                   java.lang.Throwable cause)

JWorkbookInterruptException

public JWorkbookInterruptException(java.lang.Throwable cause)