Package org.moeaframework.util.tree
Class NoValidNodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.moeaframework.core.FrameworkException
org.moeaframework.util.tree.NoValidNodeException
- All Implemented Interfaces:
Serializable
Exception indicating no valid tree node was found, so no valid tree could be generated. The message should identify
the required type or node that encountered this error.
- See Also:
-
Constructor Summary
ConstructorDescriptionNoValidNodeException
(String message) Exception indicating no valid tree node was found.NoValidNodeException
(String message, Throwable cause) Exception indicating no valid tree node was found. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoValidNodeException
Exception indicating no valid tree node was found.- Parameters:
message
- the message describing this exceptioncause
- the cause of this exception
-
NoValidNodeException
Exception indicating no valid tree node was found.- Parameters:
message
- the message describing this exception
-