Class VPFDataFormatException

Object
Throwable
Exception
RuntimeException
VPFDataFormatException
All Implemented Interfaces:
Serializable

public class VPFDataFormatException extends RuntimeException
Class VPFDataFormatException.java is responsible for

Created: Wed Jan 29 10:28:53 2003

Author:
Artur Hefczyc
See Also:
  • Constructor Details

    • VPFDataFormatException

      public VPFDataFormatException()
      Creates a new VPFDataFormatException object.
    • VPFDataFormatException

      public VPFDataFormatException(String message)
      Creates a new VPFDataFormatException object.
      Parameters:
      message - DOCUMENT ME!
    • VPFDataFormatException

      public VPFDataFormatException(String message, Throwable cause)
      Creates a new VPFDataFormatException object.
      Parameters:
      message - DOCUMENT ME!
      cause - DOCUMENT ME!
    • VPFDataFormatException

      public VPFDataFormatException(Throwable cause)
      Creates a new VPFDataFormatException object.
      Parameters:
      cause - DOCUMENT ME!