Class PearProjectCustomizationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.uima.pear.actions.PearProjectCustomizationException
All Implemented Interfaces:
Serializable

public class PearProjectCustomizationException extends Exception
The Class PearProjectCustomizationException.
See Also:
  • Field Details

  • Constructor Details

    • PearProjectCustomizationException

      public PearProjectCustomizationException()
      Instantiates a new pear project customization exception.
    • PearProjectCustomizationException

      public PearProjectCustomizationException(String message)
      Instantiates a new pear project customization exception.
      Parameters:
      message - the message
    • PearProjectCustomizationException

      public PearProjectCustomizationException(Throwable cause)
      Instantiates a new pear project customization exception.
      Parameters:
      cause - the cause
    • PearProjectCustomizationException

      public PearProjectCustomizationException(String message, Throwable cause)
      Instantiates a new pear project customization exception.
      Parameters:
      message - the message
      cause - the cause
  • Method Details

    • getCustomStackTrace

      public org.eclipse.core.runtime.IStatus[] getCustomStackTrace()
      Gets the custom stack trace.
      Returns:
      the custom stack trace
    • openErrorDialog

      public void openErrorDialog(org.eclipse.swt.widgets.Shell shell)
      Opens an Error dialog for this exception.
      Parameters:
      shell - the shell
    • openErrorDialog

      public static void openErrorDialog(Throwable e, org.eclipse.swt.widgets.Shell shell)
      Opens an Error dialog for a given exception.
      Parameters:
      e - A Throwable instance
      shell - Ashell