com.unitesk.unitestng
Class FileComparison.FilesAreDifferentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.unitesk.unitestng.FileComparison.FilesAreDifferentException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FileComparison.FileSizesAreDifferentException, FileComparison.LinesAreDifferentException
Enclosing class:
FileComparison

public abstract static class FileComparison.FilesAreDifferentException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
FileComparison.FilesAreDifferentException(java.io.File ref, java.io.File file, int line)
           
 
Method Summary
 java.io.File getFile()
           
 int getLineNum()
           
 java.io.File getRef()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileComparison.FilesAreDifferentException

public FileComparison.FilesAreDifferentException(java.io.File ref,
                                                 java.io.File file,
                                                 int line)
Method Detail

getRef

public java.io.File getRef()

getFile

public java.io.File getFile()

getLineNum

public int getLineNum()