Package me.friwi.jcefmaven
Class CefInitializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- me.friwi.jcefmaven.CefInitializationException
-
- All Implemented Interfaces:
Serializable
public class CefInitializationException extends Exception
Thrown when JCef failed to initialize.- Author:
- Fritz Windisch
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CefInitializationException(String message)CefInitializationException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-