Class CardParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.demilich.metastone.game.cards.CardParseException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CardParseException
-