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