Package gdv.xport.io

Class ExtendedEOFException

All Implemented Interfaces:
Serializable

public class ExtendedEOFException extends EOFException
Im Gegensatz zur normalen EOFException erlaubt diese Exception hier auch die Uebergabe der ursaechlichen Exception (Cause).
Since:
0.9.2 (01.02.2014)
Author:
oliver
See Also:
  • Constructor Details

    • ExtendedEOFException

      public ExtendedEOFException(String msg, Throwable cause)
      Instantiates a new extended eof exception.
      Parameters:
      msg - the msg
      cause - the cause
  • Method Details