Home / Development / Documentation / 2.0.44 / NexusException
TreeGraph 2
 


info.bioinfweb.treegraph.document.io.nexus
Class NexusException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by info.bioinfweb.treegraph.document.io.nexus.NexusException
All Implemented Interfaces:
Serializable

public class NexusException
extends RuntimeException

See Also:
Serialized Form

Field Summary
private  NexusError error
           
 
Constructor Summary
NexusException(NexusError error)
           
 
Method Summary
 NexusError getError()
           
 
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
 

Field Detail

error

private NexusError error
Constructor Detail

NexusException

public NexusException(NexusError error)
Method Detail

getError

public NexusError getError()