gov.nasa.pds.citool.diff
Class DiffException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nasa.pds.tools.LabelParserException
gov.nasa.pds.citool.diff.DiffException
- All Implemented Interfaces:
- Serializable
public class DiffException
- extends gov.nasa.pds.tools.LabelParserException
- See Also:
- Serialized Form
Fields inherited from class gov.nasa.pds.tools.LabelParserException |
sourceFile, sourceURI |
Methods inherited from class gov.nasa.pds.tools.LabelParserException |
getArguments, getColumn, getKey, getLineNumber, getSourceFile, getSourceURI, getType, toString |
DiffException
public DiffException(URI sourceUri,
Integer sourceLineNumber,
Integer targetLineNumber,
String key,
List<DiffRecord> diffs,
Object... arguments)
getDiffs
public List<DiffRecord> getDiffs()
getSourceLineNumber
public Integer getSourceLineNumber()
getTargetLineNumber
public Integer getTargetLineNumber()
Copyright © 2010-2012 Planetary Data System. All Rights Reserved.