public class IlvGraphLayoutException extends Exception
IlvGraphLayout.performLayout()
,
IlvGraphLayoutReport.EXCEPTION_DURING_LAYOUT
,
Serialized FormConstructor and Description |
---|
IlvGraphLayoutException()
Creates a new
IlvGraphLayoutException with no specified
detail message. |
IlvGraphLayoutException(String message)
Creates a new
IlvGraphLayoutException object with the
specified detail message. |
Modifier and Type | Method and Description |
---|---|
IlvGraphLayoutException |
getNext()
Returns the next exception in an exception chain.
|
void |
setNext(IlvGraphLayoutException next)
Sets the next exception in an exception chain.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IlvGraphLayoutException()
IlvGraphLayoutException
with no specified
detail message.public IlvGraphLayoutException(String message)
IlvGraphLayoutException
object with the
specified detail message.message
- Detail message.public void setNext(IlvGraphLayoutException next)
public IlvGraphLayoutException getNext()
null
if there is no next exception. This allows you to
build chains of exceptions for internal purposes.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.