Class AHOOXMLDocxManagerException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AHOOXMLDocxManagerException
    extends java.lang.Exception
    Class to indicate the error
    Version:
    1.0 2021/09/29
    Author:
    Copyright (c) 2020-2022 Antenna House, Inc. All rights reserved.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getErrorCode()
      Get the error code
      java.lang.String getErrorMessage()
      Get the error message
      • 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
    • Method Detail

      • getErrorCode

        public int getErrorCode()
        Get the error code
        Returns:
        Error code
      • getErrorMessage

        public java.lang.String getErrorMessage()
        Get the error message
        Returns:
        Error message