Package loci.formats

Class IllegalBlockException

All Implemented Interfaces:
Serializable

public class IllegalBlockException extends IllegalArgumentException
Exception thrown when FilePatternBlock encounters an invalid pattern.
See Also:
  • Constructor Details

    • IllegalBlockException

      public IllegalBlockException()
    • IllegalBlockException

      public IllegalBlockException(String message)
    • IllegalBlockException

      public IllegalBlockException(String message, Throwable cause)
    • IllegalBlockException

      public IllegalBlockException(Throwable cause)