Class DeckListParsingException

All Implemented Interfaces:
Serializable

public class DeckListParsingException extends IllegalArgumentException
Thrown when the deck list sent in a DeckCreateRequest has errors. The errors in the getInnerExceptions() list compromise all the errors in the DeckCreateRequest.fromDeckList(String) argument
See Also:
  • Constructor Details

    • DeckListParsingException

      public DeckListParsingException(List<Throwable> innerExceptions, String deckList)
  • Method Details