public class XBPathException extends XBException
Constructor and Description |
---|
XBPathException(String msg,
Method method,
CharSequence xpath)
Constructor.
|
XBPathException(Throwable cause,
CharSequence xpath)
Constructor.
|
XBPathException(Throwable cause,
Method method,
CharSequence xpath)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getResolvedXpath() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XBPathException(String msg, Method method, CharSequence xpath)
msg
- method
- xpath
- public XBPathException(Throwable cause, Method method, CharSequence xpath)
cause
- method
- xpath
- public XBPathException(Throwable cause, CharSequence xpath)
cause
- xpath
- public String getResolvedXpath()
Copyright © 2012-12-21-2017. All Rights Reserved.