Package ome.io.nio

Class Utils.FailedTileLoopException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Utils

    public static class Utils.FailedTileLoopException
    extends java.lang.Exception
    The processing of a tile failed so abort the loop.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getTileCount()  
      void setTileCount​(java.lang.Integer tileCount)  
      • Methods inherited from class java.lang.Throwable

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

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

      • FailedTileLoopException

        public FailedTileLoopException()
    • Method Detail

      • setTileCount

        public void setTileCount​(java.lang.Integer tileCount)
      • getTileCount

        public java.lang.Integer getTileCount()