Class TreeBuilderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.arakhne.afc.math.tree.builder.TreeBuilderException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TreeBuilderException.BuilderAlreadyStartedException,TreeBuilderException.EmptyBoundingBoxException
public class TreeBuilderException extends Exception
An exception during the tree building.- Since:
- 13.0
- Version:
- 17.0 2020-01-04 14:41:41
- Author:
- Stéphane GALLAND
- See Also:
- Serialized Form
- Maven Group Id:
- org.arakhne.afc.core
- Maven Artifact Id:
- mathtree
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTreeBuilderException.BuilderAlreadyStartedExceptionThis exception was thrown when the building function was called twice times on the same builder.static classTreeBuilderException.EmptyBoundingBoxExceptionThis exception was thrown when the bounding box of the entities that must be insert inside a tree was empty.
-
Constructor Summary
Constructors Constructor Description TreeBuilderException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-