com.ibm.tivoli.maximo.report.birt.design

Class BirtReportDesignException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.tivoli.maximo.report.birt.design.BirtReportDesignException
  • All Implemented Interfaces:
    java.io.Serializable


    public class BirtReportDesignException
    extends java.lang.Exception
    A class used for representing exceptions thrown by the report designtime engine.
    See Also:
    Serialized Form
    • 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

      • BirtReportDesignException

        public BirtReportDesignException()
      • BirtReportDesignException

        public BirtReportDesignException(java.lang.Throwable cause)
      • BirtReportDesignException

        public BirtReportDesignException(java.lang.String message)
      • BirtReportDesignException

        public BirtReportDesignException(java.lang.String message,
                                         java.lang.Throwable cause)