ooc
Interface TagError

All Known Implementing Classes:
TagErrorMsg

public interface TagError

Errors found in the container during validation. Collected by the TagErrorHandler for presentation.


Method Summary
 Tag getTag()
          Returns the tag in which this error was found.
 void print(java.io.PrintStream out, java.lang.String beforeNewLine)
          Prints a description of the error to the given stream.
 

Method Detail

getTag

public Tag getTag()
Returns the tag in which this error was found.


print

public void print(java.io.PrintStream out,
                  java.lang.String beforeNewLine)
Prints a description of the error to the given stream. For every new line created, 'beforeNewLine' is added first.