Class ValidateStateException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class ValidateStateException
    extends CoreException
    Deprecated.
    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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ValidateStateException

        public ValidateStateException​(IStatus status)
        Deprecated.