public interface WordParser
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
parseWord(java.lang.String word)
Parses a string to return a value of some kind.
|
java.lang.Object parseWord(java.lang.String word) throws uk.ac.starlink.task.TaskException
TaskException
,
preferably with an explanatory (user-directed) message,
should be thrown. This method serves the purpose of validation
as well as translation.word
- string formuk.ac.starlink.task.TaskException
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.