Uses of Class
org.projog.api.ProjogStackTraceElement
-
Packages that use ProjogStackTraceElement Package Description org.projog.api Provides a programming interface for Java applications to interact with Projog. -
-
Uses of ProjogStackTraceElement in org.projog.api
Methods in org.projog.api that return ProjogStackTraceElement Modifier and Type Method Description ProjogStackTraceElement[]Projog. getStackTrace(java.lang.Throwable exception)Provides programmatic access to the stack trace information printed byProjog.printProjogStackTrace(Throwable).
-