Package gdv.xport.io

Klasse ExtendedEOFException

Alle implementierten Schnittstellen:
Serializable

public class ExtendedEOFException extends EOFException
Im Gegensatz zur normalen EOFException erlaubt diese Exception hier auch die Uebergabe der ursaechlichen Exception (Cause).
Seit:
0.9.2 (01.02.2014)
Autor:
oliver
Siehe auch:
  • Konstruktordetails

    • ExtendedEOFException

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