org.netbeans.spi.jackpot
Class RecursiveRuleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.netbeans.spi.jackpot.RecursiveRuleException
- All Implemented Interfaces:
- Serializable
public class RecursiveRuleException
- extends RuntimeException
Thrown when a rule recursively matches itself.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RecursiveRuleException
public RecursiveRuleException(String script,
int lineNumber)
- Creates a new instance of
RecursiveRuleException.
- Parameters:
script - the name of the rule file.lineNumber - the starting line number of the rule.
getString
public String getString()
- Returns the script.
getLineNumber
public int getLineNumber()
- Returns the starting line number of the detected rule.