Class: AifFault

+public class AifFault extends SysInfoAction

Show all method summaries

Constructor Method

+public void new(AifFaultType _faultType, str _reason, str _code, AifXml _detailXml = "", AifFaultContext _faultContext = null)

Public Static Methods

+client server public static boolean checkFailedLogFault(str _reason, str _code = "", URL _helpURL = "")
+public static Exception fault(str _reason, str _code, AifXml _detailXml = "", URL _helpURL = "")
+public static Exception faultList(str _reason, str _code, AifXml _detailXml = "", URL _helpURL = "")
+public static AifXml faultXml(str _defaultReason = "", str _defaultCode = "", AifXml _defaultDetailXml = "")
+public static AifFault getRootFault()
+public static boolean hasFault()
+public static void logError(str _reason, str _code = "", URL _helpURL = "")
+public static void logWarning(str _reason, str _code = "", URL _helpURL = "")
+public static AifXml serialize(AifFault _rootFault, InfologData _infologData = connull())

Public Instance Methods

+public str getCode()
+public AifFaultContext getContext()
+public AifXml getDetailXml()
+public AifFaultType getFaultType()
+public str getReason()
+public container pack()
+public boolean unpack(container packedClass, Object object = null)

Private Static Methods

+private static Exception getExceptionFromInfologData(InfologData _infologData, int line)
+private static AifFault getFaultFromInfologData(InfologData _infologData, int line)

Generated by AX Doc Generator v. 0.7.1 on 03 Mar 2009
AX Doc Generator is licensed under the MIT License. Dynamics AX is a registered trademark of Microsoft Corporation.