info.bioinfweb.treegraph.document.io.newick
Class NewickException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
info.bioinfweb.treegraph.document.io.newick.NewickException
- All Implemented Interfaces:
- Serializable
public class NewickException
- extends RuntimeException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
position
private int position
NewickException
public NewickException(int pos)
NewickException
public NewickException(int pos,
String msg)
NewickException
public NewickException(int pos,
TokenType expected,
TokenType found)
NewickException
public NewickException(NewickToken token)
getUnterminedNameException
public static NewickException getUnterminedNameException(int start)
getPosition
public int getPosition()