public static class ParseDataset.ParseSetupGuessException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
Key[] |
_failed |
CustomParser.PSetupGuess |
_gSetup |
Constructor and Description |
---|
ParseDataset.ParseSetupGuessException(CustomParser.PSetupGuess gSetup,
Key[] failed) |
ParseDataset.ParseSetupGuessException(java.lang.String msg,
CustomParser.PSetupGuess gSetup,
Key[] failed) |
public final CustomParser.PSetupGuess _gSetup
public final Key[] _failed
public ParseDataset.ParseSetupGuessException(java.lang.String msg, CustomParser.PSetupGuess gSetup, Key[] failed)
public ParseDataset.ParseSetupGuessException(CustomParser.PSetupGuess gSetup, Key[] failed)