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()
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()
insteadCopyright © 2001-2012 Apache Software Foundation. All Rights Reserved.