public class FunctionCallException extends JaxenException
IOException if the real problem was failure to
load an XML document via the XSLT document() function.| コンストラクタと説明 |
|---|
FunctionCallException(String message)
Create a new FunctionCallException with the specified detail message.
|
FunctionCallException(String message,
Exception nestedException)
Create a new FunctionCallException with the specified detail message
and root cause.
|
FunctionCallException(Throwable nestedException)
Create a new FunctionCallException with the specified root cause.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Throwable |
getNestedException()
非推奨です。
replaced by
SAXPathException.getCause() |
getCause, initCause, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, setStackTrace, toStringpublic FunctionCallException(String message)
message - the detail messagepublic FunctionCallException(Throwable nestedException)
nestedException - the cause of this exceptionpublic Throwable getNestedException()
SAXPathException.getCause()
Returns the exception that caused this function call to fail.
Use getCause instead.
Copyright © 2001-2013 Codehaus. All Rights Reserved.