edu.rit.compbio.phyl
Class TreeDrawing.SyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.rit.compbio.phyl.TreeDrawing.SyntaxException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- TreeDrawing
public static class TreeDrawing.SyntaxException
- extends Exception
Class TreeDrawing.SyntaxException is an exception thrown if there was a
syntax error in a tree string.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
printSyntaxError
public void printSyntaxError(PrintStream out)
- Print a syntax error message on the given print stream.
- Parameters:
out - Print stream.
Copyright © 2005-2012 by Alan Kaminsky. All rights reserved. Send comments to ark@cs.rit.edu.