Class CopyBookParseException

All Implemented Interfaces:
Serializable

public class CopyBookParseException extends EclipseLinkException
Purpose: This class creates all exceptions for the copy book parser
See Also:
  • Field Details

  • Constructor Details

    • CopyBookParseException

      public CopyBookParseException()
    • CopyBookParseException

      public CopyBookParseException(String message)
    • CopyBookParseException

      public CopyBookParseException(String message, Exception exception)
  • Method Details

    • invalidCopyBookException

      public static CopyBookParseException invalidCopyBookException(String message)
      this exception is thrown when a problem is encountered parsing a copybook
    • ioException

      public static CopyBookParseException ioException(IOException internalException)
      this exception is thrown when an io exception occurs during copybook parsing