public class IllegalPathPatternException extends IllegalArgumentException
| Constructor and Description |
|---|
IllegalPathPatternException(String message,
String pattern,
int index)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
index()
Index of character.
|
String |
pattern()
Illegal used pattern.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String pattern()
public int index()
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.