|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ilog.views.diagrammer.IlvDiagrammerException
public class IlvDiagrammerException
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.
| 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 |
|---|
public IlvDiagrammerException(Throwable cause)
cause - The exception that caused this Diagrammer exception to be thrown.public IlvDiagrammerException(String message)
message - The exception message.
public IlvDiagrammerException(String message,
Throwable cause)
message - The exception message.cause - The exception that caused this Diagrammer exception to be thrown.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||