Class MissingEntityTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.openraven.magpie.data.exception.MissingEntityTypeException
All Implemented Interfaces:
Serializable

public class MissingEntityTypeException extends RuntimeException
Signals that an exception occurred due to an asset type being consumed that isn't supported by the library.
See Also:
  • Constructor Details

    • MissingEntityTypeException

      public MissingEntityTypeException(String message)
      Constructs an MissingEntityTypeException with the specified detail message.
      Parameters:
      message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)