Class HSLFException

All Implemented Interfaces:
Serializable

public final class HSLFException extends RuntimeException
A generic exception that can be thrown by HSLF classes
Author:
Yegor Kozlov
See Also:
  • Constructor Details

    • HSLFException

      public HSLFException()
    • HSLFException

      public HSLFException(String message)
    • HSLFException

      public HSLFException(String message, Throwable cause)
    • HSLFException

      public HSLFException(Throwable cause)