public class IlvDiagrammerException extends Exception
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.Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IlvDiagrammerException(Throwable cause)
cause
- The exception that caused this Diagrammer exception to be thrown.public IlvDiagrammerException(String message)
message
- The exception message.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.