Class CannotReadFileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
pl.project13.core.CannotReadFileException
All Implemented Interfaces:
Serializable

public class CannotReadFileException extends Exception
An exception to indicate that a required file could not be found.
See Also:
  • Constructor Details

    • CannotReadFileException

      public CannotReadFileException(Throwable cause)
      Constructs a new exception with the specified cause
      Parameters:
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)