Class 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:
    Serialized Form
    • Constructor Detail

      • 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)