Class DelphiException

All Implemented Interfaces:
Serializable

public class DelphiException extends RuntimeException
Delphi API exception, uses error codes
See Also:
  • Field Details

  • Constructor Details

    • DelphiException

      public DelphiException(int code)
    • DelphiException

      public DelphiException(int code, String message)
    • DelphiException

      public DelphiException(int code, String message, Throwable cause)
    • DelphiException

      public DelphiException(int code, Throwable cause)
  • Method Details

    • getCode

      public int getCode()
    • getCodeString

      public String getCodeString()
    • getBaseMessage

      public String getBaseMessage()
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • codeToString

      public static String codeToString(int code)