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: 
 - Serializable
 
public class InvalidFormatException
- extends 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 | 
 
 
InvalidFormatException
public InvalidFormatException()
InvalidFormatException
public InvalidFormatException(String arg0,
                              Throwable arg1)
InvalidFormatException
public InvalidFormatException(String arg0)
InvalidFormatException
public InvalidFormatException(Throwable arg0)