Home / Development / Documentation / 2.0.44 / Uses of Class info.bioinfweb.treegraph.document.io.nexus.NexusError
TreeGraph 2
 


Uses of Class
info.bioinfweb.treegraph.document.io.nexus.NexusError

Packages that use NexusError
info.bioinfweb.treegraph.document.io.nexus Contains classes implementing the import from and export to the Nexus format. 
 

Uses of NexusError in info.bioinfweb.treegraph.document.io.nexus
 

Fields in info.bioinfweb.treegraph.document.io.nexus declared as NexusError
private  NexusError NexusException.error
           
 

Methods in info.bioinfweb.treegraph.document.io.nexus that return NexusError
 NexusError NexusException.getError()
           
static NexusError NexusError.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NexusError[] NexusError.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in info.bioinfweb.treegraph.document.io.nexus with parameters of type NexusError
NexusException(NexusError error)