public class ParserInitializationException extends java.lang.RuntimeException
Constructor | 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 | Description |
---|---|---|
java.lang.Throwable |
getRootCause() |
Deprecated.
use
Throwable.getCause() instead |
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@Deprecated public java.lang.Throwable getRootCause()
Throwable.getCause()
instead