public class ParsingException extends RuntimeException
Thrown when parsing of the configuration failed due to behavior problem and cannot be continued.
In cases of configuration problem, the ConfigurationException should be thrown instead.
| Constructor and Description |
|---|
ParsingException() |
ParsingException(String message) |
ParsingException(String message,
Throwable cause) |
ParsingException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2017 JBoss by Red Hat. All rights reserved.