Package org.aavso.tools.vstar.data
Class InvalidObservation
java.lang.Object
org.aavso.tools.vstar.data.Observation
org.aavso.tools.vstar.data.InvalidObservation
This class corresponds to a single invalid variable star observation.
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidObservation(String inputLine, String error) Construct an InvalidObservation that defaults as an error.InvalidObservation(String inputLine, String error, boolean isWarning) Constructor -
Method Summary
Methods inherited from class org.aavso.tools.vstar.data.Observation
getRecordNumber, setRecordNumber
-
Constructor Details
-
InvalidObservation
Constructor- Parameters:
lineNum- The line number at which this observation was found in the originating source file.inputLine- The original input line.error- The error message.isWarning- Does this invalid observation represent a warning or an error?
-
InvalidObservation
Construct an InvalidObservation that defaults as an error.- Parameters:
lineNum- The line number at which this observation was found in the originating source file.inputLine- The original input line.error- The error message.
-
-
Method Details