Package pl.project13.core
Class CannotReadFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pl.project13.core.CannotReadFileException
-
- All Implemented Interfaces:
java.io.Serializable
public class CannotReadFileException extends java.lang.ExceptionAn exception to indicate that a required file could not be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotReadFileException(java.lang.Throwable cause)Constructs a new exception with the specified cause
-
-
-
Constructor Detail
-
CannotReadFileException
public CannotReadFileException(java.lang.Throwable cause)
Constructs a new exception with the specified cause- Parameters:
cause- the cause (which is saved for later retrieval by theThrowable.getCause()method). (Anullvalue is permitted, and indicates that the cause is nonexistent or unknown.)
-
-