Class MBSpriteException

  • All Implemented Interfaces:
    Serializable

    public class MBSpriteException
    extends RuntimeException
    Thrown by SpriteGraphicFactory in case of an exception while retrieving or parsing either a spritesheet or a sprite index file.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MBSpriteException

        public MBSpriteException​(String msg)
      • MBSpriteException

        public MBSpriteException​(String msg,
                                 Throwable cause)