ilog.views.diagrammer
Class IlvDiagrammerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ilog.views.diagrammer.IlvDiagrammerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IlvNotAProjectException

public class IlvDiagrammerException
extends Exception

Exceptions of the class ilog.views.diagrammer.IlvDiagrammerException are thrown by a diagram component, IlvDiagrammer, as a result of an error that occurs while processing or rendering a graph.

See Also:
Serialized Form

Constructor Summary
IlvDiagrammerException(String message)
          Creates a new Diagrammer exception.
IlvDiagrammerException(String message, Throwable cause)
          Creates a new Diagrammer exception that is caused by another exception.
IlvDiagrammerException(Throwable cause)
          Creates a new Diagrammer exception that is caused by another exception.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IlvDiagrammerException

public IlvDiagrammerException(Throwable cause)
Creates a new Diagrammer exception that is caused by another exception.

Parameters:
cause - The exception that caused this Diagrammer exception to be thrown.

IlvDiagrammerException

public IlvDiagrammerException(String message)
Creates a new Diagrammer exception.

Parameters:
message - The exception message.

IlvDiagrammerException

public IlvDiagrammerException(String message,
                              Throwable cause)
Creates a new Diagrammer exception that is caused by another exception.

Parameters:
message - The exception message.
cause - The exception that caused this Diagrammer exception to be thrown.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.