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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MissingParameterException
public MissingParameterException()
MissingParameterException
public MissingParameterException(String msg,
Object... args)
Copyright © 2012. All Rights Reserved.