com.ibm.dbb.build.report

Class ParseException

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


    public class ParseException
    extends java.lang.RuntimeException
    Thrown when an exception occurs when parsing the build report.
    See Also:
    Serialized Form
    • Constructor Summary

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

      • ParseException

        public ParseException()
        Constructs a ParseException with no message.
      • ParseException

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

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

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

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