public class JaxenException extends SAXPathException
This is the root of all Jaxen exceptions. It may wrap other exceptions.
コンストラクタと説明 |
---|
JaxenException(String message)
Create an exception with a detail message.
|
JaxenException(String message,
Throwable nestedException)
Create a new JaxenException with the specified detail message
and root cause.
|
JaxenException(Throwable rootCause)
Create an exception caused by another exception.
|
getCause, initCause, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, setStackTrace, toString
Copyright © 2001-2013 Codehaus. All Rights Reserved.