org.jupe.plugin.exceptions
Class JupeExceptionWithPopUp

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jupe.plugin.exceptions.JupeException
                  extended by org.jupe.plugin.exceptions.JupeExceptionWithPopUp
All Implemented Interfaces:
java.io.Serializable

public class JupeExceptionWithPopUp
extends JupeException

Jupe exception which popups a dialog to inform the user.

Author:
Eva Zielasko, Michael Pradel
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jupe.plugin.exceptions.JupeException
LOGGING_OFF, LOGGING_ON, logstatus, SEVERITY_ERROR, SEVERITY_INFO
 
Constructor Summary
JupeExceptionWithPopUp(int severity, org.eclipse.core.runtime.CoreException e, java.lang.String message, org.eclipse.swt.widgets.Shell shell)
           
JupeExceptionWithPopUp(int severity, java.lang.Exception e, java.lang.String message)
           
JupeExceptionWithPopUp(int severity, java.lang.Exception e, java.lang.String message, org.eclipse.swt.widgets.Shell shell)
           
JupeExceptionWithPopUp(int severity, java.lang.String message)
           
JupeExceptionWithPopUp(int severity, java.lang.String message, org.eclipse.swt.widgets.Shell shell)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JupeExceptionWithPopUp

public JupeExceptionWithPopUp(int severity,
                              org.eclipse.core.runtime.CoreException e,
                              java.lang.String message,
                              org.eclipse.swt.widgets.Shell shell)

JupeExceptionWithPopUp

public JupeExceptionWithPopUp(int severity,
                              java.lang.String message,
                              org.eclipse.swt.widgets.Shell shell)

JupeExceptionWithPopUp

public JupeExceptionWithPopUp(int severity,
                              java.lang.Exception e,
                              java.lang.String message,
                              org.eclipse.swt.widgets.Shell shell)

JupeExceptionWithPopUp

public JupeExceptionWithPopUp(int severity,
                              java.lang.String message)

JupeExceptionWithPopUp

public JupeExceptionWithPopUp(int severity,
                              java.lang.Exception e,
                              java.lang.String message)