Package org.graphstream.graph
Class ElementNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Constructors Constructor Description ElementNotFoundException()Throws the message "not found".ElementNotFoundException(String message, Object... args)Throwsmessage. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ElementNotFoundException
public ElementNotFoundException()Throws the message "not found". -
ElementNotFoundException
Throwsmessage.- Parameters:
message- The message to throw.
-