Class GlyphDetail

java.lang.Object
org.apache.pdfbox.preflight.font.util.GlyphDetail

public class GlyphDetail extends Object
  • Field Details

    • code

      private final int code
    • exception

      private final GlyphException exception
  • Constructor Details

    • GlyphDetail

      public GlyphDetail(int code)
      Parameters:
      code - character code
    • GlyphDetail

      public GlyphDetail(int code, GlyphException error)
      Parameters:
      code - character code
      error - glyph exception
  • Method Details

    • throwExceptionIfNotValid

      public void throwExceptionIfNotValid() throws GlyphException
      Throws:
      GlyphException
    • getCode

      public int getCode()
      Returns the character code.