com.unitesk.unitestng
Class FileComparison.FileSizesAreDifferentException

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

public static class FileComparison.FileSizesAreDifferentException
extends FileComparison.FilesAreDifferentException

See Also:
Serialized Form

Nested Class Summary
static class FileComparison.FileSizesAreDifferentException.Kind
           
 
Constructor Summary
FileComparison.FileSizesAreDifferentException(FileComparison.FileSizesAreDifferentException.Kind kind, java.io.File ref, java.io.File file, int line)
           
 
Method Summary
 FileComparison.FileSizesAreDifferentException.Kind getKind()
           
 
Methods inherited from class com.unitesk.unitestng.FileComparison.FilesAreDifferentException
getFile, getLineNum, 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.FileSizesAreDifferentException

public FileComparison.FileSizesAreDifferentException(FileComparison.FileSizesAreDifferentException.Kind kind,
                                                     java.io.File ref,
                                                     java.io.File file,
                                                     int line)
Method Detail

getKind

public FileComparison.FileSizesAreDifferentException.Kind getKind()