Package codedraw
Class CodeDrawEventInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
codedraw.CodeDrawEventInvocationException
- All Implemented Interfaces:
Serializable
This exception is thrown when you try to use CodeDraw inside the CodeDraw event loop.
Calling CodeDraw inside the event loop leads to concurrency issues and blocks the event loop.
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString