public class ParserInitializationException extends RuntimeException
Constructor and Description |
---|
ParserInitializationException(String message)
Constucts a ParserInitializationException with just a message
|
ParserInitializationException(String message,
Throwable rootCause)
Constucts a ParserInitializationException with a message
and a root cause.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getRootCause()
Deprecated.
use
Throwable.getCause() instead |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParserInitializationException(String message)
message
- Exception messagepublic ParserInitializationException(String message, Throwable rootCause)
message
- Exception messagerootCause
- root cause throwable that caused
this to be thrown@Deprecated public Throwable getRootCause()
Throwable.getCause()
insteadCopyright © 2001–2017 The Apache Software Foundation. All rights reserved.