Package org.graphstream.algorithm
Class MissingParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.graphstream.algorithm.MissingParameterException
- All Implemented Interfaces:
Serializable
public class MissingParameterException extends Exception
A parameter is missing during the processing. This exception is thrown when a
parameter marked as non-optional is not set during the initialization
process.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MissingParameterException()
MissingParameterException(String msg, Object... args)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingParameterException
public MissingParameterException() -
MissingParameterException
-