| Package | Description |
|---|---|
| org.apache.lucene.util.automaton |
Support for testing automata.
|
| Modifier and Type | Method and Description |
|---|---|
RegExp |
TooComplexToDeterminizeException.getRegExp()
Return the RegExp that caused this exception if any.
|
| Constructor and Description |
|---|
TooComplexToDeterminizeException(RegExp regExp,
TooComplexToDeterminizeException cause)
Use this constructor when the RegExp failed to convert to an automaton.
|
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.