multex.demo
Class File.CopyFailure

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--multex.Failure
                          |
                          +--multex.demo.File.CopyFailure
All Implemented Interfaces:
MultexException, java.io.Serializable
Enclosing class:
File

public static class File.CopyFailure
extends Failure

Indicates failure of a file copy operation. This way of individually declaring Failure-exceptions is more writing, but you get exceptions

The other way you can see in method File.move(String, String)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class multex.Failure
className, lineSeparator, wasCausing
 
Constructor Summary
File.CopyFailure(java.lang.Exception i_cause, java.lang.String i_inFileName, java.lang.String i_outFileName)
           
 
Methods inherited from class multex.Failure
appendCompactStackTrace, checkClass, getCause, getCause, getDefaultMessageTextPattern, getMessage, getOriginalException, getParameters, jreHasExceptionChaining, printStackTrace, printStackTrace, printStackTrace, setCauseGetter
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

File.CopyFailure

public File.CopyFailure(java.lang.Exception i_cause,
                        java.lang.String i_inFileName,
                        java.lang.String i_outFileName)