|
||||||||||
| 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.graphlayout.IlvGraphLayoutException
ilog.views.graphlayout.IlvInappropriateGraphException
public class IlvInappropriateGraphException
This exception can occur when a layout algorithm cannot deal with a particular graph.
IlvGraphLayout.performLayout(),
IlvGraphLayoutReport.EXCEPTION_DURING_LAYOUT,
Serialized Form| Constructor Summary | |
|---|---|
IlvInappropriateGraphException(IlvGraphModel graphModel,
IlvGraphLayout layout)
Creates a new IlvInappropriateGraphException with no
specified detail message. |
|
IlvInappropriateGraphException(IlvGraphModel graphModel,
IlvGraphLayout layout,
String message)
Creates a new IlvInappropriateGraphException with a
specified detail message. |
|
| Method Summary | |
|---|---|
IlvGraphLayout |
getGraphLayout()
Returns the layout instance for which the exception was raised, or null if the exception was raised by a direct
call to methods of IlvGraphModel. |
IlvGraphModel |
getGraphModel()
Returns the graph model for which the exception was raised. |
void |
setGraphLayout(IlvGraphLayout layout)
Sets the layout instance for which the exception was raised. |
| Methods inherited from class ilog.views.graphlayout.IlvGraphLayoutException |
|---|
getNext, setNext |
| 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 IlvInappropriateGraphException(IlvGraphModel graphModel,
IlvGraphLayout layout)
IlvInappropriateGraphException with no
specified detail message.
graphModel - The graph model for which the exception was raised. Must not
be null.layout - The layout instance that generated the exception, or null
if the exception was raised by direct calls of methods of
IlvGraphModel.getGraphModel(),
getGraphLayout()
public IlvInappropriateGraphException(IlvGraphModel graphModel,
IlvGraphLayout layout,
String message)
IlvInappropriateGraphException with a
specified detail message.
graphModel - The graph model for which the exception was raised. Must not
be null.layout - The layout instance that generated the exception, or null
if the exception was raised by direct calls of methods of
IlvGraphModel.message - The message of the exception.getGraphModel(),
getGraphLayout()| Method Detail |
|---|
public IlvGraphModel getGraphModel()
public void setGraphLayout(IlvGraphLayout layout)
public IlvGraphLayout getGraphLayout()
null if the exception was raised by a direct
call to methods of IlvGraphModel.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||