IOException
        
        extends RuntimeException
    
    
            
            in package
            
        
    
            
            implements
                            IOExceptionInterface                    
    
    
        
            Exception class thrown when a filesystem operation failure happens.
Tags
Interfaces, Classes and Traits
- IOExceptionInterface
 - IOException interface for file and input/output stream related exceptions thrown by the component.
 
Table of Contents
- $path : mixed
 - __construct() : mixed
 - getPath() : string|null
 - Returns the associated path for the exception.
 
Properties
$path
    private
        mixed
    $path
    
        
        
    
Methods
__construct()
    public
                __construct(string $message, int $code[, Throwable|null $previous = null ][, string|null $path = null ]) : mixed
        
        Parameters
- $message : string
 - $code : int
 - $previous : Throwable|null = null
 - $path : string|null = null
 
Return values
mixed —getPath()
Returns the associated path for the exception.
    public
                getPath() : string|null