Create an XPathProcessorException object that holds an error message.parammessage The error message. super(message);
super(message);
Create an XPathProcessorException object that holds an error message, and another exception that caused this exception.parammessage The error message.parame The exception that caused this exception. super(message, e);
super(message, e);