Class FileParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.jmix.search.exception.FileParseException
All Implemented Interfaces:
Serializable

public class FileParseException extends Exception
See Also:
  • Constructor Details

    • FileParseException

      public FileParseException(String fileName, Throwable cause)
    • FileParseException

      public FileParseException(String fileName)
    • FileParseException

      public FileParseException(String fileName, @Nullable String details)
    • FileParseException

      public FileParseException(String fileName, @Nullable String details, Throwable cause)