info.bioinfweb.treegraph.document.undo.edit
Class InvalidFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
info.bioinfweb.treegraph.document.undo.edit.InvalidFormatException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidFormatException
- extends java.lang.Exception
This exception is throw if a name table file does not have two entries seperated by
the specified String in a line.
- Author:
- Ben Stöver
- See Also:
- Serialized Form
| 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 |
InvalidFormatException
public InvalidFormatException()
InvalidFormatException
public InvalidFormatException(java.lang.String arg0,
java.lang.Throwable arg1)
InvalidFormatException
public InvalidFormatException(java.lang.String arg0)
InvalidFormatException
public InvalidFormatException(java.lang.Throwable arg0)