Home / Development / Documentation / 2.0.44 / InvalidFormatException
TreeGraph 2
 


info.bioinfweb.treegraph.document.undo.edit
Class InvalidFormatException

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

Constructor Summary
InvalidFormatException()
           
InvalidFormatException(String arg0)
           
InvalidFormatException(String arg0, Throwable arg1)
           
InvalidFormatException(Throwable arg0)
           
 
Method Summary
 
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
 

Constructor Detail

InvalidFormatException

public InvalidFormatException()

InvalidFormatException

public InvalidFormatException(String arg0,
                              Throwable arg1)

InvalidFormatException

public InvalidFormatException(String arg0)

InvalidFormatException

public InvalidFormatException(Throwable arg0)