Class SheetNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.mbenincasa.javaexcelutils.exceptions.SheetNotFoundException
All Implemented Interfaces:
Serializable

public class SheetNotFoundException extends Exception
This exception signals that the Excel sheet was not found
Since:
0.1.0
Author:
Mirko Benincasa
See Also:
  • Constructor Details

    • SheetNotFoundException

      public SheetNotFoundException()
      Constructs an SheetNotFoundException with null as its error detail message.
    • SheetNotFoundException

      public SheetNotFoundException(String message)
      Constructs an SheetNotFoundException with the specified detail message.
      Parameters:
      message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)