public class SceneGraphCycleException extends IllegalSceneGraphException
Constructor and Description |
---|
SceneGraphCycleException()
Create the exception object with default values.
|
SceneGraphCycleException(String str)
Create the exception object that outputs message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SceneGraphCycleException()
public SceneGraphCycleException(String str)
str
- the message string to be output.Copyright © 2016–2022 SciJava. All rights reserved.