public class PokemonImportException
extends java.lang.Exception
Pokemon
Constructor and Description |
---|
PokemonImportException(java.lang.String entireText,
java.lang.String reason,
java.lang.Object failedValue)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEntireText()
Gets the entire imported text
|
java.lang.String |
getFailedValue()
Gets the failed value that caused the import to fail.
|
java.lang.String |
getReason()
Gets the reason the import failed
|
public PokemonImportException(java.lang.String entireText, java.lang.String reason, java.lang.Object failedValue)
entireText
- The entire imported textreason
- The reason it failedpublic java.lang.String getEntireText()
public java.lang.String getReason()
public java.lang.String getFailedValue()