public class WOExceptionParser extends Object
Modifier and Type | Field and Description |
---|---|
protected Throwable |
_exception |
protected String |
_message |
protected NSMutableArray |
_stackTrace |
protected String |
_typeException |
Constructor and Description |
---|
WOExceptionParser(Throwable exception) |
Modifier and Type | Method and Description |
---|---|
protected NSArray |
_ignoredPackages() |
protected void |
_parseException() |
protected static String |
_stringFromFile(String path)
Return a string for a file, or return an exception.
|
protected void |
_verifyPackageForLine(WOParsedErrorLine line,
NSArray packages) |
String |
message() |
NSArray |
stackTrace() |
String |
typeException() |
protected NSMutableArray _stackTrace
protected Throwable _exception
protected String _message
protected String _typeException
public WOExceptionParser(Throwable exception)
protected NSArray _ignoredPackages()
protected void _verifyPackageForLine(WOParsedErrorLine line, NSArray packages)
protected void _parseException()
public NSArray stackTrace()
public String typeException()
public String message()
Copyright © 2002 – 2024 Project Wonder.