public final class ParserErrorsImpl extends IOException implements org.jamon.api.ParserErrors
| Constructor and Description |
|---|
ParserErrorsImpl() |
ParserErrorsImpl(org.jamon.api.ParserError p_error) |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(org.jamon.api.ParserError p_error) |
void |
addError(String message,
org.jamon.api.Location location) |
void |
addErrors(ParserErrorsImpl p_errors) |
List<org.jamon.api.ParserError> |
getErrors() |
String |
getMessage() |
boolean |
hasErrors() |
void |
printErrors(PrintStream stream) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParserErrorsImpl()
public ParserErrorsImpl(org.jamon.api.ParserError p_error)
public boolean hasErrors()
hasErrors in interface org.jamon.api.ParserErrorspublic List<org.jamon.api.ParserError> getErrors()
getErrors in interface org.jamon.api.ParserErrorspublic void addError(org.jamon.api.ParserError p_error)
public void addError(String message, org.jamon.api.Location location)
public void addErrors(ParserErrorsImpl p_errors)
public String getMessage()
getMessage in interface org.jamon.api.ParserErrorsgetMessage in class Throwablepublic void printErrors(PrintStream stream)
Copyright © 2003–2015 Jamon developers. All rights reserved.