Class FileLoadException

All Implemented Interfaces:
Serializable

public class FileLoadException extends RuntimeException
Thrown when a config or localization file cannot be read or parsed.
See Also:
  • Constructor Details

    • FileLoadException

      public FileLoadException(String file, Throwable cause)
      Creates the exception, naming the file and quoting the underlying failure.
      Parameters:
      file - the file that could not be read
      cause - what went wrong