Class DialogInputParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.geysermc.geyser.session.dialog.input.DialogInputParseException
All Implemented Interfaces:
Serializable

public class DialogInputParseException extends Exception
See Also:
  • Constructor Details

    • DialogInputParseException

      public DialogInputParseException(String message, Object partial, Object... values)
  • Method Details

    • getPartial

      public Object getPartial()
    • getValues

      public Object[] getValues()