Package loci.common

Class HandleException

  • All Implemented Interfaces:
    Serializable

    public class HandleException
    extends IOException
    HandleException is the exception thrown when something goes wrong in one of the custom I/O classes.
    See Also:
    Serialized Form
    • Constructor Detail

      • HandleException

        public HandleException()
      • HandleException

        public HandleException​(String s)
      • HandleException

        public HandleException​(Throwable cause)