Class 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:
    Serialized Form
    • Method Summary

      • Methods inherited from class Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • 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!