org.jupe.plugin.exceptions
Class JupeExceptionWithPopUp
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jupe.plugin.exceptions.JupeException
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
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)
|
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 |
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)