ariba.util.core
Class FileReplacer.BadStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by ariba.util.core.FileReplacer.BadStateException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
FileReplacer

public static class FileReplacer.BadStateException
extends java.io.IOException

See Also:
Serialized Form

Constructor Summary
FileReplacer.BadStateException(java.io.File backupFile, java.lang.Exception cause)
           
FileReplacer.BadStateException(java.io.File backupFile, java.io.File temporaryFile)
           
 
Method Summary
 java.io.File getBackupFile()
           
 java.io.File getTemporaryFile()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileReplacer.BadStateException

public FileReplacer.BadStateException(java.io.File backupFile,
                                      java.lang.Exception cause)

FileReplacer.BadStateException

public FileReplacer.BadStateException(java.io.File backupFile,
                                      java.io.File temporaryFile)
Method Detail

getBackupFile

public java.io.File getBackupFile()

getTemporaryFile

public java.io.File getTemporaryFile()


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.