Class DASException

  • All Implemented Interfaces:
    java.io.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

      Constructors 
      Constructor Description
      DASException​(java.lang.String s)
      Constructs a DASException object.
      DASException​(java.lang.Throwable t)
      Constructs a DASException object.
      DASException​(java.lang.Throwable t, java.lang.String s)
      Constructs a DASException object.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String s)
        Constructs a DASException object.
        Parameters:
        s - a String ...
      • DASException

        public DASException​(java.lang.Throwable t,
                            java.lang.String s)
        Constructs a DASException object.
        Parameters:
        t - a Throwable object
        s - a String ...
      • DASException

        public DASException​(java.lang.Throwable t)
        Constructs a DASException object.
        Parameters:
        t - a Throwable object