Package org.eclipse.ui.texteditor
Class ValidateStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.core.runtime.CoreException
-
- org.eclipse.ui.texteditor.ValidateStateException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class ValidateStateException extends CoreException
Deprecated.No longer used, create aCoreException
insteadFormerly thrown byAbstractDocumentProvider.doValidateState(Object, Object)
.This class is not intended to be serialized.
- Since:
- 2.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidateStateException(IStatus status)
Deprecated.
-
Method Summary
-
Methods inherited from class org.eclipse.core.runtime.CoreException
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ValidateStateException
public ValidateStateException(IStatus status)
Deprecated.
-
-