XPathFunctionException
Stream Unique Identifier.
Constructs a new XPathFunctionException with the specified detail message. The cause is not initialized. If message is null, then a NullPointerException is thrown.parammessage The detail message. super(message);
Constructs a new XPathFunctionException with the specified detail message.
message
The cause is not initialized.
cause
If message is null, then a NullPointerException is thrown.
null
NullPointerException
super(message);
Constructs a new XPathFunctionException with the specified cause. If cause is null, then a NullPointerException is thrown.paramcause The cause.throwsNullPointerException if cause is null. super(cause);
Constructs a new XPathFunctionException with the specified cause.
If cause is null, then a NullPointerException is thrown.
super(cause);