org.biojava.bio.program.das.dasalignment
Class DASException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.biojava.bio.BioException
              extended byorg.biojava.bio.program.das.dasalignment.DASException
All Implemented Interfaces:
Serializable

public class DASException
extends BioException

An exception of one of the DAS classes.

Author:
Andreas Prlic, Thomas Down, Benjamin Schuster-Böckler
See Also:
Serialized Form

Constructor Summary
DASException(String s)
           
DASException(Throwable t)
           
DASException(Throwable t, String s)
           
 
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

DASException

public DASException(String s)

DASException

public DASException(Throwable t,
                    String s)

DASException

public DASException(Throwable t)