Class LZFException

All Implemented Interfaces:
Serializable

public class LZFException extends CompressionFormatException
See Also:
  • Field Details

  • Constructor Details

    • LZFException

      public LZFException(String message)
    • LZFException

      public LZFException(Throwable t)
    • LZFException

      public LZFException(String message, Throwable t)