com.ibm.dbb.build.report

Class TransformerException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.dbb.build.report.TransformerException
  • All Implemented Interfaces:
    java.io.Serializable


    public class TransformerException
    extends java.lang.Exception
    Thrown when an exception occurs when transform build report from JSON format to HTML.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      TransformerException()
      Construct a TransformerException with no message.
      TransformerException(java.lang.String message)
      Construct a TransformerException with a detail message.
      TransformerException(java.lang.String message, java.lang.Throwable cause)
      Construct a TransformerException with a detail message and the actual cause of the exception.
      TransformerException(java.lang.Throwable cause)
      Construct a TransformerException with the actual cause of the exception.
    • 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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TransformerException

        public TransformerException()
        Construct a TransformerException with no message.
      • TransformerException

        public TransformerException(java.lang.String message)
        Construct a TransformerException with a detail message.
        Parameters:
        message - the detail message.
      • TransformerException

        public TransformerException(java.lang.Throwable cause)
        Construct a TransformerException with the actual cause of the exception.
        Parameters:
        cause - the actual cause of the exception.
      • TransformerException

        public TransformerException(java.lang.String message,
                                    java.lang.Throwable cause)
        Construct a TransformerException with a detail message and the actual cause of the exception.
        Parameters:
        message - the detail message.
        cause - the actual cause of the exception.

<IBM Copyright © 2018 IBM Corp. All Rights Reserved.