Signed-off-by:Roland Häder <roland@mxchange.org>
/**
* Initializes frame
* <p>
- * @throws org.mxchange.jcore.exceptions.FrameAlreadyInitializedException If
- * this method has been called twice
+ * @throws org.mxchange.jcore.exceptions.FrameAlreadyInitializedException If this method has been called twice
*/
public void init () throws FrameAlreadyInitializedException;
*/
public boolean isInitialized ();
+ /**
+ * Logs any exceptions or errors
+ * <p>
+ * @param throwable Throwable
+ */
+ public void logException (final Throwable throwable);
+
/**
* Shuts down application
*/