• API Documentation
  • i-net /// software
Search Results for

    Show / Hide Table of Contents
    • inetsoftware.Config
      • Configuration
      • ConfigurationManager
    • inetsoftware.Pdfc
      • PDFC
      • PDFComparer
    • inetsoftware.Pdfc.Config
      • DefaultProfileID
      • PDFCProperty
      • PDFCVisibility
    • inetsoftware.Pdfc.Error
      • ExceptionData
      • PresenterExceptionData
    • inetsoftware.Pdfc.Generator.Message
      • InfoData
    • inetsoftware.Pdfc.Generator.Model
      • ModificationType
      • ModificationType.Type
    • inetsoftware.Pdfc.Presenter
      • BasePresenter
      • ConsolePresenter
      • DifferencesPDFPresenter
      • DifferencesPNGPresenter
      • DifferencesPrintPresenter
      • ExportFilePresenter
      • ExportPresenter
      • JsonPresenter
      • ReportPDFPresenter
      • ReportPresenter
    • inetsoftware.Pdfc.Results
      • Diff
      • DiffGroups
      • ResultModel
    • inetsoftware.ProcessBridge
      • ProcessConfig
      • ProcessException
    • inetsoftware.ProcessBridge.Handler
      • BridgedObject
      • RefObject

    Class ExceptionData

    A JSON serializable replacement for {@link Throwable}s. Since i-net PDFC is designed to persist and transmit any part of the result, consider to use this class in events instead of throwing an {@link Exception} directly.

    Inheritance
    object
    ExceptionData
    PresenterExceptionData
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: inetsoftware.Pdfc.Error
    Assembly: inetsoftware.Pdfc.dll
    Syntax
    public class ExceptionData

    Constructors

    ExceptionData()

    Declaration
    public ExceptionData()

    Properties

    GetErrorClass

    Returns the full class name of the root cause {@link Throwable}

    Declaration
    public string GetErrorClass { get; }
    Property Value
    Type Description
    string

    GetErrorCode

    Returns the error code or -1 if there original {@link Throwable} had none

    Declaration
    public int GetErrorCode { get; }
    Property Value
    Type Description
    int

    GetMessage

    the message of the root cause, may be

    null
    e.g. for a {@link NullPointerException}
    Declaration
    public string GetMessage { get; }
    Property Value
    Type Description
    string

    GetStack

    the stack trace of the root cause {@link Throwable}, may be

    null
    if not provided by the root cause {@link Throwable}
    Declaration
    public string GetStack { get; }
    Property Value
    Type Description
    string
    In this article
    Back to top Copyright © - i-net /// software