Package pl.project13.core
Class CannotReadFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
pl.project13.core.CannotReadFileException
- All Implemented Interfaces:
Serializable
An exception to indicate that a required file could not be found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCannotReadFileException(Throwable cause) Constructs a new exception with the specified cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotReadFileException
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.)
-