Package org.vast.util

Class ReaderException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
XMLReaderException

public class ReaderException extends IOException

Exception generated by reader implementations

Since:
Nov 18, 2012
See Also:
  • Constructor Details

    • ReaderException

      public ReaderException(Exception e)
    • ReaderException

      public ReaderException(String message)
    • ReaderException

      public ReaderException(String message, Exception e)