JavaScript is disabled on your browser.
JavaScript is disabled on your browser.
Class PatternSyntaxException
Method Summary
All Methods
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.
Methods inherited from class java.lang.Throwable
addSuppressed , fillInStackTrace , getCause , getLocalizedMessage , getStackTrace , getSuppressed , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
Constructor Detail
PatternSyntaxException
public PatternSyntaxException(String desc,
String regex,
int index)
Constructs a new instance of this class.
Parameters:
desc
- A description of the error
regex
- The erroneous pattern
index
- The approximate index in the pattern of the error,
or -1
if the index is not known
Method Detail
getMessage
public 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.
Overrides:
getMessage
in class Throwable
Returns:
The full detail message
JavaScript is disabled on your browser.
Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2017, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy .
Scripting on this page tracks web page traffic, but does not change the content in any way.