public class ParserInitializationException
extends java.lang.RuntimeException
Constructor and Description |
---|
ParserInitializationException(java.lang.String message)
Constucts a ParserInitializationException with just a message
|
ParserInitializationException(java.lang.String message,
java.lang.Throwable rootCause)
Constucts a ParserInitializationException with a message
and a root cause.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getRootCause()
returns the root cause of this exception or null
if no root cause was specified.
|
public ParserInitializationException(java.lang.String message)
message
- Exception messagepublic ParserInitializationException(java.lang.String message, java.lang.Throwable rootCause)
message
- Exception messagerootCause
- root cause throwable that caused
this to be thrown