Constucts a ParserInitializationException with just a messageparammessage Exception message super(message); this.rootCause = null;
super(message); this.rootCause = null;
Constucts a ParserInitializationException with a message and a root cause.parammessage Exception messageparamrootCause root cause throwable that caused this to be thrown super(message); this.rootCause = rootCause;
super(message); this.rootCause = rootCause;
returns the root cause of this exception or null if no root cause was specified.returnthe root cause of this exception being thrown return this.rootCause;
return this.rootCause;