|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.jamon.ParserErrors
public final class ParserErrors
| Constructor Summary | |
|---|---|
ParserErrors()
|
|
ParserErrors(ParserError p_error)
|
|
| Method Summary | |
|---|---|
void |
addError(ParserError p_error)
|
void |
addError(String p_message,
org.jamon.node.Location p_location)
|
void |
addErrors(ParserErrors p_errors)
|
Iterator<ParserError> |
getErrors()
|
String |
getMessage()
|
boolean |
hasErrors()
|
void |
printErrors(PrintStream p_stream)
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ParserErrors()
public ParserErrors(ParserError p_error)
| Method Detail |
|---|
public boolean hasErrors()
public Iterator<ParserError> getErrors()
public void addError(ParserError p_error)
public void addError(String p_message,
org.jamon.node.Location p_location)
public void addErrors(ParserErrors p_errors)
public String getMessage()
getMessage in class Throwablepublic void printErrors(PrintStream p_stream)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||