Class EngineSetupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackrook.engine.exception.EngineSetupException
- All Implemented Interfaces:
Serializable
Exception thrown when a problem happens during engine component creation.
- Author:
- Matthew Tropiano
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEngineSetupException(String message) EngineSetupException(String message, Throwable cause) EngineSetupException(Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EngineSetupException
public EngineSetupException() -
EngineSetupException
-
EngineSetupException
-
EngineSetupException
-