public class IlvMissingApplyToObjectException extends IllegalStateException
IlvManager.applyToObject(IlvGraphic, IlvApplyObject, Object, boolean)
or IlvManager.applyToObjects(IlvGraphicVector, IlvApplyObject, Object, boolean)
or IlvManager.applyToObjects(IlvGraphicVector, IlvApplyObjects, Object, boolean)
call.
Note: This exception is rarely detected. To detect it more reliably, you can use
.setDebugBoundingBoxes(true)
IlvGraphic.boundingBox()
,
IlvGraphic.isInApplyToObject()
,
Serialized FormConstructor and Description |
---|
IlvMissingApplyToObjectException(IlvGraphic graphic)
Constructs an
IlvMissingApplyToObjectException for
specified graphic object. |
IlvMissingApplyToObjectException(IlvGraphic graphic,
String message)
Constructs an
IlvMissingApplyToObjectException for
specified graphic object with the given detail message |
IlvMissingApplyToObjectException(IlvGraphic graphic,
String message,
Throwable cause)
Constructs an
IlvMissingApplyToObjectException for
specified graphic object with the given detail message |
IlvMissingApplyToObjectException(IlvGraphic graphic,
Throwable cause)
Constructs an
IlvMissingApplyToObjectException for
specified graphic object. |
Modifier and Type | Method and Description |
---|---|
IlvGraphic |
getGraphic()
Returns the graphic object on which this exception occurred.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IlvMissingApplyToObjectException(IlvGraphic graphic)
IlvMissingApplyToObjectException
for
specified graphic object.graphic
- A graphic object in a manager.public IlvMissingApplyToObjectException(IlvGraphic graphic, String message)
IlvMissingApplyToObjectException
for
specified graphic object with the given detail messagegraphic
- A graphic object in a manager.message
- The detail message.public IlvMissingApplyToObjectException(IlvGraphic graphic, Throwable cause)
IlvMissingApplyToObjectException
for
specified graphic object.graphic
- A graphic object in a manager.cause
- The cause.public IlvMissingApplyToObjectException(IlvGraphic graphic, String message, Throwable cause)
IlvMissingApplyToObjectException
for
specified graphic object with the given detail messagegraphic
- A graphic object in a manager.message
- The detail message.cause
- The cause.public IlvGraphic getGraphic()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.