Uses of Class
net.sf.sdedit.error.DiagramError

Packages that use DiagramError
net.sf.sdedit.error   
net.sf.sdedit.ui   
net.sf.sdedit.ui.impl   
 

Uses of DiagramError in net.sf.sdedit.error
 

Subclasses of DiagramError in net.sf.sdedit.error
 class FatalError
          A FatalError is created when a RuntimeException occurs during the rendering of a diagram due to a bug.
 class SemanticError
          This exception is thrown when a message specification is semantically wrong.
 class SyntaxError
          This exception is thrown when an object declaration is not well formed or when a message cannot be parsed (see MessageData).
 

Uses of DiagramError in net.sf.sdedit.ui
 

Methods in net.sf.sdedit.ui that return DiagramError
 DiagramError UserInterface.getDiagramError()
          Returns the first error that has occurred during the most recent rendering of a diagram, if any.
 

Uses of DiagramError in net.sf.sdedit.ui.impl
 

Methods in net.sf.sdedit.ui.impl that return DiagramError
 DiagramError UserInterfaceImpl.getDiagramError()
           
 



Copyright © 2011. All Rights Reserved.