Class ContentOutOfBoundsException

  • All Implemented Interfaces:
    Serializable

    public class ContentOutOfBoundsException
    extends info.freelibrary.util.I18nRuntimeException
    An exception thrown when attempting to paint a Canvas (or a region of one) with a ContentResource that doesn't fit within the canvas (or region) bounds.
    See Also:
    Serialized Form
    • Constructor Detail

      • ContentOutOfBoundsException

        public ContentOutOfBoundsException​(String aMessageCode,
                                           Object... aDetails)
        Creates a new ContentResourceOutOfBoundsException.
        Parameters:
        aMessageCode - A message code
        aDetails - Additional details about the exception