Class ProcessFailureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.cdt.core.templateengine.process.ProcessFailureException
All Implemented Interfaces:
Serializable

public class ProcessFailureException extends Exception
See Also:
  • Constructor Details

    • ProcessFailureException

      public ProcessFailureException(String msg)
      Constructor based on the message.
      Parameters:
      msg -
    • ProcessFailureException

      public ProcessFailureException(Throwable cause)
      Constructor based on the message and cause.
      Parameters:
      cause -
    • ProcessFailureException

      public ProcessFailureException(String msg, Throwable cause)
      Constructor based on the message and cause.
      Parameters:
      msg -
      cause -
    • ProcessFailureException

      public ProcessFailureException(String msg, List<org.eclipse.core.runtime.IStatus> statuses)
      Constructor based on the message and causes.
      Parameters:
      msg -
      statuses -
    • ProcessFailureException

      public ProcessFailureException(String msg, Throwable cause, List<org.eclipse.core.runtime.IStatus> statuses)
  • Method Details

    • getStatuses

      public List<org.eclipse.core.runtime.IStatus> getStatuses()
      Returns the Statuses.
      Returns:
      List, contains the IStatus.