Uses of Class
pal.io.NexusParseException

Packages that use NexusParseException
pal.io Classes for simple (formatted) input/output from/to files, strings and standard-in/out streams. 
 

Uses of NexusParseException in pal.io
 

Methods in pal.io that throw NexusParseException
 java.lang.String NexusTokenizer.readToken()
          Reads a token in from the underlying stream.
 java.lang.String NexusTokenizer.seek(int tokenType)
          Seeks through the stream to find the next token of the specified type.
 java.lang.String NexusTokenizer.seek(java.lang.String token)
          Seeks through the stream to find the token argument.