gov.nasa.pds.citool.diff
Class DiffException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nasa.pds.tools.LabelParserException
              extended by gov.nasa.pds.citool.diff.DiffException
All Implemented Interfaces:
Serializable

public class DiffException
extends gov.nasa.pds.tools.LabelParserException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class gov.nasa.pds.tools.LabelParserException
sourceFile, sourceURI
 
Constructor Summary
DiffException(URI sourceUri, Integer sourceLineNumber, Integer targetLineNumber, String key, List<DiffRecord> diffs, Object... arguments)
           
 
Method Summary
 List<DiffRecord> getDiffs()
           
 Integer getSourceLineNumber()
           
 Integer getTargetLineNumber()
           
 
Methods inherited from class gov.nasa.pds.tools.LabelParserException
getArguments, getColumn, getKey, getLineNumber, getSourceFile, getSourceURI, getStatement, getType, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DiffException

public DiffException(URI sourceUri,
                     Integer sourceLineNumber,
                     Integer targetLineNumber,
                     String key,
                     List<DiffRecord> diffs,
                     Object... arguments)
Method Detail

getDiffs

public List<DiffRecord> getDiffs()

getSourceLineNumber

public Integer getSourceLineNumber()

getTargetLineNumber

public Integer getTargetLineNumber()


Copyright © 2010–2015 Planetary Data System. All rights reserved.