Package org.moeaframework.util.tree
Class UnsatisfiedArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.moeaframework.core.FrameworkException
org.moeaframework.util.tree.UnsatisfiedArgumentException
- All Implemented Interfaces:
Serializable
Exception indicating a tree node had one or more unsatisfied arguments so no valid tree could be constructed.
- See Also:
-
Constructor Summary
ConstructorDescriptionUnsatisfiedArgumentException
(String message) Exception indicating a tree node had one or more unsatisfied arguments.UnsatisfiedArgumentException
(String message, Throwable cause) Exception indicating a tree node had one or more unsatisfied arguments. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsatisfiedArgumentException
Exception indicating a tree node had one or more unsatisfied arguments.- Parameters:
message
- the message describing this exceptioncause
- the cause of this exception
-
UnsatisfiedArgumentException
Exception indicating a tree node had one or more unsatisfied arguments.- Parameters:
message
- the message describing this exception
-