|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.objectweb.jorm.util.lib.CompilerError
This object is used to manage errors from the compiler.
| Constructor Summary | |
CompilerError()
Builds a new CompilerError object |
|
| Method Summary | |
void |
addError(java.lang.String line)
Adds an error message to the list of messages. |
java.util.Iterator |
iterateError()
Allows to know all the error message registered by the compiler. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CompilerError()
| Method Detail |
public void addError(java.lang.String line)
line - the message to addpublic java.util.Iterator iterateError()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||