public class PatternSyntaxException extends IllegalArgumentException
Constructor | Description |
---|---|
PatternSyntaxException(String desc,
String regex,
int index) |
Constructs a new instance of this class.
|
Modifier and Type | Method | Description |
---|---|---|
String |
getDescription() |
Retrieves the description of the error.
|
int |
getIndex() |
Retrieves the error index.
|
String |
getMessage() |
Returns a multi-line string containing the description of the syntax
error and its index, the erroneous regular-expression pattern, and a
visual indication of the error index within the pattern.
|
String |
getPattern() |
Retrieves the erroneous regular-expression pattern.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public int getIndex()
public String getDescription()
public String getPattern()
public String getMessage()
getMessage
in class Throwable
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.