org.graphstream.ui.spriteManager
Class InvalidSpriteIDException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
InvalidSpriteIDException()
           
InvalidSpriteIDException(String 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

InvalidSpriteIDException

public InvalidSpriteIDException(String message)

InvalidSpriteIDException

public InvalidSpriteIDException()


Copyright © 2012. All Rights Reserved.