public class ReporterVotLintContext extends VotLintContext
MAX_REPEAT
Constructor | Description |
---|---|
ReporterVotLintContext(uk.ac.starlink.votable.VOTableVersion version,
Reporter reporter) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
void |
error(java.lang.String msg) |
Write an error message to the user.
|
void |
info(java.lang.String msg) |
Write an informative message to the user.
|
void |
warning(java.lang.String msg) |
Write a warning message to the user.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocator, getNamespaceMap, getOutput, getVersion, isDebug, isValidating, message, registerID, registerRef, reportUncheckedRefs, setLocator
public ReporterVotLintContext(uk.ac.starlink.votable.VOTableVersion version, Reporter reporter)
reporter
- validation message destinationpublic void info(java.lang.String msg)
VotLintContext
info
in class VotLintContext
msg
- messagepublic void warning(java.lang.String msg)
VotLintContext
warning
in class VotLintContext
msg
- messagepublic void error(java.lang.String msg)
VotLintContext
error
in class VotLintContext
msg
- messageCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.