Class TreeException

  • All Implemented Interfaces:
    Serializable

    public class TreeException
    extends IOException
    Author:
    Tommaso Nolli
    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

      • TreeException

        public TreeException()
      • TreeException

        public TreeException​(String message)
        Parameters:
        message -
      • TreeException

        public TreeException​(String message,
                             Throwable cause)
      • TreeException

        public TreeException​(Throwable cause)
        Parameters:
        cause -