Package org.graphstream.ui.spriteManager
Class InvalidSpriteIDException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.graphstream.ui.spriteManager.InvalidSpriteIDException
- All Implemented Interfaces:
Serializable
public class InvalidSpriteIDException extends RuntimeException
Launched when a sprite is created with a dot in its identifier, which is
impossible in the current implementation.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description InvalidSpriteIDException()InvalidSpriteIDException(String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSpriteIDException
-
InvalidSpriteIDException
public InvalidSpriteIDException()
-