Class CardParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.demilich.metastone.game.cards.CardParseException
All Implemented Interfaces:
Serializable

public class CardParseException extends RuntimeException
Indicates the card was not able to be parsed.

Since the tests will fail if a card cannot be parsed, this can be a RuntimeException instead of a Exception.

See Also:
  • Constructor Details

    • CardParseException

      public CardParseException(List<String> badCards)