Class UnsupportedVersionException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedVersionException
    extends RuntimeException
    Signals that requested version-dependant service does not support provided version. An exception message is localized and can be used in UI.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedVersionException

        public UnsupportedVersionException​(Version version)
        Parameters:
        version - the provided version, cannot be null
      • UnsupportedVersionException

        public UnsupportedVersionException​(org.eclipse.core.resources.IProject project,
                                           Version version)
        Parameters:
        the - project with unsupported version, that causes exception, cannot be null
        version - the provided version, cannot be null