Skip navigation links
A E F G L N O R S T U 

A

addAppPackage(String) - Method in interface net.sozal.stackwriter.api.internal.StackWriterService
 
addAppPackage(String) - Static method in class net.sozal.stackwriter.api.StackWriter
Ignores the errors thrown (directly or indirectly) from any class under the given package.
addIgnoredExceptionType(Class<? extends Throwable>) - Method in interface net.sozal.stackwriter.api.internal.StackWriterService
 
addIgnoredExceptionType(Class<? extends Throwable>) - Static method in class net.sozal.stackwriter.api.StackWriter
Marks the given exception type to be ignored on error.

E

ErrorFilter - Interface in net.sozal.stackwriter.api
Interface for checking and filtering errors to decide whether snapshot should be taken.
ErrorListener - Interface in net.sozal.stackwriter.api
Interface for the implementations to be invoked when there is an error of interest.

F

Frame - Class in net.sozal.stackwriter.api.domain
Class to represent a frame in a callstack.
Frame(Class<?>, Method, int, LocalVariable[]) - Constructor for class net.sozal.stackwriter.api.domain.Frame
 

G

getClazz() - Method in class net.sozal.stackwriter.api.domain.Frame
 
getLine() - Method in class net.sozal.stackwriter.api.domain.Frame
 
getLocals() - Method in class net.sozal.stackwriter.api.domain.Frame
 
getMethod() - Method in class net.sozal.stackwriter.api.domain.Frame
 
getName() - Method in class net.sozal.stackwriter.api.domain.LocalVariable
 
getStackWriterService() - Static method in class net.sozal.stackwriter.api.StackWriter
 
getType() - Method in class net.sozal.stackwriter.api.domain.LocalVariable
 
getValue() - Method in class net.sozal.stackwriter.api.domain.LocalVariable
 

L

LocalVariable - Class in net.sozal.stackwriter.api.domain
Class to represent a local variable (with its name, type and value) in a frame.
LocalVariable(String, Object, char) - Constructor for class net.sozal.stackwriter.api.domain.LocalVariable
 

N

net.sozal.stackwriter.api - package net.sozal.stackwriter.api
 
net.sozal.stackwriter.api.domain - package net.sozal.stackwriter.api.domain
 
net.sozal.stackwriter.api.internal - package net.sozal.stackwriter.api.internal
 

O

onError(Throwable, Frame[]) - Method in interface net.sozal.stackwriter.api.ErrorListener
Invoked when there is an error of interest.

R

registerErrorListener(ErrorListener) - Method in interface net.sozal.stackwriter.api.internal.StackWriterService
 
registerErrorListener(ErrorListener) - Static method in class net.sozal.stackwriter.api.StackWriter
Registers the given error listener.

S

setStackWriterService(StackWriterService) - Static method in class net.sozal.stackwriter.api.StackWriter
 
shouldTakeSnapshot(Throwable) - Method in interface net.sozal.stackwriter.api.ErrorFilter
Checks whether snapshot should be taken for the given error.
StackWriter - Class in net.sozal.stackwriter.api
Entry point for the StackWriter API.
StackWriterService - Interface in net.sozal.stackwriter.api.internal
 

T

takeSnapshot() - Method in interface net.sozal.stackwriter.api.internal.StackWriterService
 
takeSnapshot(int, int) - Method in interface net.sozal.stackwriter.api.internal.StackWriterService
 
takeSnapshot() - Static method in class net.sozal.stackwriter.api.StackWriter
Takes snapshot of the current callstack with the active frames.
takeSnapshot(int, int) - Static method in class net.sozal.stackwriter.api.StackWriter
Takes snapshot of the current callstack from the given start depth with the active frames at most as given max frame count.
takeSnapshotWithMaxFrameCount(int) - Method in interface net.sozal.stackwriter.api.internal.StackWriterService
 
takeSnapshotWithMaxFrameCount(int) - Static method in class net.sozal.stackwriter.api.StackWriter
Takes snapshot of the current callstack with the active frames at most as given max frame count.
takeSnapshotWithStartDepth(int) - Method in interface net.sozal.stackwriter.api.internal.StackWriterService
 
takeSnapshotWithStartDepth(int) - Static method in class net.sozal.stackwriter.api.StackWriter
Takes snapshot of the current callstack from the given start depth with the active frames.
toString() - Method in class net.sozal.stackwriter.api.domain.Frame
 
toString() - Method in class net.sozal.stackwriter.api.domain.LocalVariable
 

U

useErrorFilter(ErrorFilter) - Method in interface net.sozal.stackwriter.api.internal.StackWriterService
 
useErrorFilter(ErrorFilter) - Static method in class net.sozal.stackwriter.api.StackWriter
Uses the given error filter while filtering errors.
A E F G L N O R S T U 
Skip navigation links

Copyright © 2022. All rights reserved.