Class EngineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.luckymcdev.foundryengine.common.exceptions.EngineException
All Implemented Interfaces:
Serializable

public class EngineException extends RuntimeException
See Also:
  • Constructor Details

    • EngineException

      public EngineException()
    • EngineException

      public EngineException(String message)
    • EngineException

      public EngineException(String message, Throwable cause)
    • EngineException

      public EngineException(Throwable cause)