Uses of Class
statalign.io.input.plugins.NewickReader.FormatExceptType

Packages that use NewickReader.FormatExceptType
statalign.io.input.plugins   
 

Uses of NewickReader.FormatExceptType in statalign.io.input.plugins
 

Methods in statalign.io.input.plugins that return NewickReader.FormatExceptType
static NewickReader.FormatExceptType NewickReader.FormatExceptType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NewickReader.FormatExceptType[] NewickReader.FormatExceptType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in statalign.io.input.plugins with parameters of type NewickReader.FormatExceptType
NewickReader.FormatException(NewickReader.FormatExceptType type)
           
NewickReader.FormatException(NewickReader.FormatExceptType type, java.lang.String expected)