Class TreeException
- Object
-
- Throwable
-
- Exception
-
- IOException
-
- TreeException
-
- All Implemented Interfaces:
Serializable
public class TreeException extends IOException
- Author:
- Tommaso Nolli
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TreeException()
TreeException(String message)
TreeException(String message, Throwable cause)
TreeException(Throwable cause)
-
Method Summary
-
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-