Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 677 Bytes

FormatException.rst

File metadata and controls

32 lines (20 loc) · 677 Bytes

FormatException

.. java:package:: com.yarsquidy.x12
   :noindex:

.. java:type:: public class FormatException extends Exception

   This class represents the format errors in the X12 transaction that is being read to construct the X12 object.

   :author: Prasad Balan

Constructors

FormatException

.. java:constructor:: public FormatException()
   :outertype: FormatException

   Constructs a default FormatException

FormatException

.. java:constructor:: public FormatException(String message)
   :outertype: FormatException

   Constructs a FormatException.

   :param message: the message for the exception.