Class TreeException
Object
Throwable
Exception
IOException
TreeException
- All Implemented Interfaces:
Serializable
- Author:
- Tommaso Nolli
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTreeException(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
-
Constructor Details
-
TreeException
public TreeException() -
TreeException
- Parameters:
message-
-
TreeException
-
TreeException
- Parameters:
cause-
-