Eclipse Platform
2.1

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

public class ValidateStateException
extends CoreException

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

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, getLocalizedMessage, getMessage, 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
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.