Package loci.poi.hpsf

Class MarkUnsupportedException

All Implemented Interfaces:
Serializable

public class MarkUnsupportedException extends HPSFException

This exception is thrown if an InputStream does not support the InputStream.mark(int) operation.

Since:
2002-02-09
Version:
$Id: MarkUnsupportedException.java 489730 2006-12-22 19:18:16Z bayard $
Author:
Rainer Klute <klute@rainer-klute.de>
See Also:
  • Constructor Details

    • MarkUnsupportedException

      public MarkUnsupportedException()

      Constructor

    • MarkUnsupportedException

      public MarkUnsupportedException(String msg)

      Constructor

      Parameters:
      msg - The exception's message string
    • MarkUnsupportedException

      public MarkUnsupportedException(Throwable reason)

      Constructor

      Parameters:
      reason - This exception's underlying reason
    • MarkUnsupportedException

      public MarkUnsupportedException(String msg, Throwable reason)

      Constructor

      Parameters:
      msg - The exception's message string
      reason - This exception's underlying reason