Class VPFDataException

    • Constructor Summary

      Constructors 
      Constructor Description
      VPFDataException()
      Creates a new VPFDataException object.
      VPFDataException​(String msg)
      Creates a new VPFDataException object.
    • 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

      • VPFDataException

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

        public VPFDataException​(String msg)
        Creates a new VPFDataException object.
        Parameters:
        msg - DOCUMENT ME!