Class FormatError


  • public class FormatError
    extends Object
    An error in a patch script
    • Method Detail

      • getMessage

        public String getMessage()
        Returns:
        a message describing the error.
      • getBuffer

        public byte[] getBuffer()
        Returns:
        the byte buffer holding the patch script.
      • getOffset

        public int getOffset()
        Returns:
        byte offset within getBuffer() where the error is
      • getLineText

        public String getLineText()
        Returns:
        line of the patch script the error appears on.