Package com.teamdev.jxbrowser.browser
Class UnsupportedRenderingModeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.teamdev.jxbrowser.browser.UnsupportedRenderingModeException
- All Implemented Interfaces:
Serializable
Thrown when the requested operation cannot be executed with the current rendering mode because it
is not supported.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a newUnsupportedRenderingModeException
instance with the given current rendering mode. -
Method Summary
Modifier and TypeMethodDescriptionReturns the current rendering mode.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedRenderingModeException
Constructs a newUnsupportedRenderingModeException
instance with the given current rendering mode.
-
-
Method Details
-
currentRenderingMode
Returns the current rendering mode.
-