FormatException

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

public FormatException()

Constructs a default FormatException

FormatException

public FormatException(String message)

Constructs a FormatException.

Parameters:
  • message – the message for the exception.