mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
[216252] make IndicatorException a deprecated RuntimeException
This commit is contained in:
parent
446a62f0da
commit
63f0afc5f8
1 changed files with 4 additions and 2 deletions
|
@ -17,9 +17,11 @@
|
|||
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
|
||||
{
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue