Class WLFormatException

  • All Implemented Interfaces:
    Serializable

    public class WLFormatException
    extends IOException
    Indicates an exceptional condition that occurred due to errors or inconsistencies in TCF or WLData.
    Author:
    Yana Panchenko
    See Also:
    Serialized Form
    • Constructor Detail

      • WLFormatException

        public WLFormatException​(String msg)
        Creates an exception with the given message.
        Parameters:
        msg - a string message.
      • WLFormatException

        public WLFormatException​(Throwable ex)
        Creates an exception from the given exception.
        Parameters:
        ex - an exception.
      • WLFormatException

        public WLFormatException​(String msg,
                                 Throwable ex)
        Creates an exception with the given message from the given exception.
        Parameters:
        msg - a message.
        ex - an exception.