org.graphstream.graph
Class ElementNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.graphstream.graph.ElementNotFoundException
All Implemented Interfaces:
Serializable

public class ElementNotFoundException
extends RuntimeException

Thrown when a searched object is not found.

Since:
20020615
See Also:
Serialized Form

Constructor Summary
ElementNotFoundException()
          Throws the message "not found".
ElementNotFoundException(String message)
          Throws message.
 
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

ElementNotFoundException

public ElementNotFoundException()
Throws the message "not found".


ElementNotFoundException

public ElementNotFoundException(String message)
Throws message.

Parameters:
message - The message to throw.


Copyright © 2011. All Rights Reserved.