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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ElementNotFoundException
public ElementNotFoundException()
- Throws the message "not found".
ElementNotFoundException
public ElementNotFoundException(String message,
Object... args)
- Throws
message
.
- Parameters:
message
- The message to throw.
Copyright © 2013. All Rights Reserved.