public class InvalidPathException extends IllegalArgumentException
Constructor and Description |
---|
InvalidPathException() |
InvalidPathException(String input,
String reason) |
InvalidPathException(String input,
String reason,
int index) |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
String |
getInput() |
String |
getReason() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.