Eclipse Platform
Release 3.1

org.eclipse.ui.texteditor
Class ValidateStateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.core.runtime.CoreException
              extended byorg.eclipse.ui.texteditor.ValidateStateException
All Implemented Interfaces:
Serializable

public class ValidateStateException
extends CoreException

Formerly thrown by AbstractDocumentProvider.doValidateState(Object, Object).

This class is not intended to be serialized.

Since:
2.1
See Also:
Serialized Form

Constructor Summary
ValidateStateException(IStatus status)
          Deprecated.  
 
Methods inherited from class org.eclipse.core.runtime.CoreException
getStatus, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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. 

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.