org.daisy.zedval.engine
Class TestProcessorErrMsg
java.lang.Object
org.daisy.zedval.engine.ZedMessage
org.daisy.zedval.engine.ErrorMessage
org.daisy.zedval.engine.TestProcessorErrMsg
- public class TestProcessorErrMsg
- extends ErrorMessage
A TestProcessorErrMsg object represents an error message from
a ZedTestProcessor
- Author:
- James Pritchett
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TestProcessorErrMsg
public TestProcessorErrMsg(java.lang.String details,
java.lang.String lang,
boolean fatal,
ZedFile f,
ZedTestProcessor ztp)
- Parameters:
details - Any extended details about the messagelang - The language of the messagefatal - Is this a fatal error?f - The ZedFile that generated the errorztp - The ZedTestProcessor that generated the error
TestProcessorErrMsg
public TestProcessorErrMsg(java.lang.String details,
java.lang.String lang,
boolean fatal,
ZedTestProcessor ztp)
- Parameters:
details - Any extended details about the messagelang - The language of the messagefatal - Is this a fatal error?ztp - The ZedTestProcessor that generated the error
getFile
public ZedFile getFile()
- Returns ZedFile that generated the error
- Returns:
- ZedFile that generated the error
getProcessor
public ZedTestProcessor getProcessor()
- Returns ZedTestProcessor that generated the error
- Returns:
- ZedTestProcessor that generated the error
toString
public java.lang.String toString()
- Overrides:
toString in class ErrorMessage