blob: e85e3a78ccf5a36a4cc0da124e46188e624775ef [file] [log] [blame]
%%%-------------------------------------------------------------------
%%% @author dlive
%%% @copyright (C) 2018, <COMPANY>
%%% @doc
%%%
%%% @end
%%% Created : 09. Mar 2018 11:10 PM
%%%-------------------------------------------------------------------
-author("dlive").
-record(null_pointer_exception,{detailMessage,cause,stackTrace,suppressedExceptions}).
-record(stack_stack_trace_element,{declaringClass,methodName,fileName,lineNumber}).