org.graphstream.algorithm
Class MissingParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
MissingParameterException()
           
MissingParameterException(String msg, Object... args)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingParameterException

public MissingParameterException()

MissingParameterException

public MissingParameterException(String msg,
                                 Object... args)


Copyright © 2012. All Rights Reserved.