edu.rit.compbio.phyl
Class TreeDrawing.SyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Method Summary
 void printSyntaxError(PrintStream out)
          Print a syntax error message on the given print stream.
 
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
 

Method Detail

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.