1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-29 19:23:38 +02:00

[216252] make IndicatorException a deprecated RuntimeException

This commit is contained in:
Martin Oberhuber 2008-03-07 22:31:48 +00:00
parent 446a62f0da
commit 63f0afc5f8

View file

@ -17,9 +17,11 @@
package org.eclipse.rse.services.clientserver.messages; package org.eclipse.rse.services.clientserver.messages;
/** /**
* used to indicate that the indicator is not valid. * used to indicate that the indicator is not valid.
* @deprecated This exception is no longer used and client code should not
* try catching it unless it wants to be compatible with earlier RSE versions.
*/ */
public class IndicatorException extends Exception public class IndicatorException extends RuntimeException
{ {
/** /**
* *