Class DeckListParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
net.demilich.metastone.game.decks.DeckListParsingException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeckListParsingException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getDeckList
-
getInnerExceptions
-