public class ParserException extends RuntimeException
Constructor and Description |
---|
ParserException() |
ParserException(List<Problem> problems) |
ParserException(String message) |
ParserException(String message,
List<Problem> problems) |
ParserException(String message,
Throwable e) |
ParserException(Throwable e) |
Modifier and Type | Method and Description |
---|---|
List<Problem> |
getProblems() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2018 JBoss by Red Hat. All rights reserved.