public class ShowdownImportException
extends java.lang.Exception
Created by Hiroku
Modifier and Type | Class and Description |
---|---|
static class |
ShowdownImportException.ShowdownFieldType |
Modifier and Type | Field and Description |
---|---|
ShowdownImportException.ShowdownFieldType |
field
The type of field that caused the Showdown import to fail.
|
java.lang.String |
value
The invalid value of the field that was input.
|
Constructor and Description |
---|
ShowdownImportException(ShowdownImportException.ShowdownFieldType field,
java.lang.String value) |
public final ShowdownImportException.ShowdownFieldType field
public final java.lang.String value
public ShowdownImportException(ShowdownImportException.ShowdownFieldType field, java.lang.String value)