public class DfaAmbiguityException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
DfaAmbiguityException(java.lang.Iterable<?> results)
Create a new AmbiguityException.
|
DfaAmbiguityException(java.lang.String message,
java.lang.Iterable<?> results)
Create a new AmbiguityException.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getResults()
Get the set of results that can match the same string
|
public DfaAmbiguityException(java.lang.Iterable<?> results)
results - the multiple results for patters that match the same stringpublic DfaAmbiguityException(java.lang.String message,
java.lang.Iterable<?> results)
message - The exception detail messageresults - the multiple results for patters that match the same string