java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
technology.sola.engine.assets.graphics.font.exception.MissingGlyphException
All Implemented Interfaces:
Serializable

@NullMarked public class MissingGlyphException extends RuntimeException
Exception thrown when attempting to render a FontGlyph that is not present in the rasterized Font.
See Also:
  • Constructor Details

    • MissingGlyphException

      public MissingGlyphException(char character, FontInfo fontInfo)
      Creates an instance of this exception.
      Parameters:
      character - the character for the FontGlyph
      fontInfo - the FontInfo for the current Font