Class DRException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.unibas.medizin.dynamicreports.report.exception.DRException
All Implemented Interfaces:
Serializable

public class DRException extends Exception

DRException class.

Author:
Ricardo Mariaca
See Also:
  • Constructor Details

    • DRException

      public DRException(String message)

      Constructor for DRException.

      Parameters:
      message - a String object.
    • DRException

      public DRException(Throwable cause)

      Constructor for DRException.

      Parameters:
      cause - a Throwable object.
    • DRException

      public DRException(String message, Throwable cause)

      Constructor for DRException.

      Parameters:
      message - a String object.
      cause - a Throwable object.