Class CollectingException

All Implemented Interfaces:
Serializable

public class CollectingException extends RuntimeException
CollectingException throws after an error or errors in contributed FeatureValueCollector while collecting FeatureValue.
See Also:
  • Constructor Details

    • CollectingException

      public CollectingException()
    • CollectingException

      public CollectingException(String message)
      Parameters:
      message -
    • CollectingException

      public CollectingException(Throwable cause)
      Parameters:
      cause -
    • CollectingException

      public CollectingException(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • CollectingException

      public CollectingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Instantiates a new collecting exception.
      Parameters:
      message - the message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace
    • CollectingException

      public CollectingException(TranslationSource source, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Instantiates a new collecting exception with translation source.
      Parameters:
      source - the source
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace
  • Method Details

    • getSourcePath

      public org.eclipse.core.runtime.IPath getSourcePath()
      Gets the source path.
      Returns:
      the source path, can be null