Class ValidateStateException

All Implemented Interfaces:
Serializable

@Deprecated(forRemoval=true, since="2025-12") public class ValidateStateException extends CoreException
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used, create a CoreException instead
Formerly thrown by AbstractDocumentProvider.doValidateState(Object, Object).

This class is not intended to be serialized.

Since:
2.1
See Also:
  • Constructor Details

    • ValidateStateException

      @Deprecated public ValidateStateException(IStatus status)
      Deprecated.