org.globus.cog.gui.grapheditor
Class NoSuchRendererException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.globus.cog.gui.grapheditor.NoSuchRendererException
All Implemented Interfaces:
Serializable

public class NoSuchRendererException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
NoSuchRendererException()
           
NoSuchRendererException(String message)
           
NoSuchRendererException(String message, Throwable cause)
           
NoSuchRendererException(Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchRendererException

public NoSuchRendererException()

NoSuchRendererException

public NoSuchRendererException(String message)

NoSuchRendererException

public NoSuchRendererException(String message,
                               Throwable cause)

NoSuchRendererException

public NoSuchRendererException(Throwable cause)