water.parser
Class ParseDataset.ParseSetupGuessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by water.parser.ParseDataset.ParseSetupGuessException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ParseDataset

public static class ParseDataset.ParseSetupGuessException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
 Key[] _failed
           
 CustomParser.PSetupGuess _gSetup
           
 
Constructor Summary
ParseDataset.ParseSetupGuessException(java.lang.String msg, CustomParser.PSetupGuess gSetup, Key[] failed)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_gSetup

public final CustomParser.PSetupGuess _gSetup

_failed

public final Key[] _failed
Constructor Detail

ParseDataset.ParseSetupGuessException

public ParseDataset.ParseSetupGuessException(java.lang.String msg,
                                             CustomParser.PSetupGuess gSetup,
                                             Key[] failed)