statalign.io.input.plugins
Class NewickReader.FormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by statalign.io.input.plugins.NewickReader.FormatException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
NewickReader

public class NewickReader.FormatException
extends java.io.IOException

See Also:
Serialized Form

Constructor Summary
NewickReader.FormatException(NewickReader.FormatExceptType type)
           
NewickReader.FormatException(NewickReader.FormatExceptType type, java.lang.String expected)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NewickReader.FormatException

public NewickReader.FormatException(NewickReader.FormatExceptType type)

NewickReader.FormatException

public NewickReader.FormatException(NewickReader.FormatExceptType type,
                                    java.lang.String expected)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable