Project Wonder 5.0.0.8793

com.webobjects.woextensions
Class WOExceptionParser

java.lang.Object
  extended by com.webobjects.woextensions.WOExceptionParser

public class WOExceptionParser
extends Object


Field Summary
protected  Throwable _exception
           
protected  String _message
           
protected  NSMutableArray _stackTrace
           
protected  String _typeException
           
 
Constructor Summary
WOExceptionParser(Throwable exception)
           
 
Method Summary
protected  NSArray _ignoredPackages()
           
protected  void _parseException()
           
protected static String _stringFromFile(String path)
           
protected  void _verifyPackageForLine(WOParsedErrorLine line, NSArray packages)
           
 String message()
           
 NSArray stackTrace()
           
 String typeException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_stackTrace

protected NSMutableArray _stackTrace

_exception

protected Throwable _exception

_message

protected String _message

_typeException

protected String _typeException
Constructor Detail

WOExceptionParser

public WOExceptionParser(Throwable exception)
Method Detail

_ignoredPackages

protected NSArray _ignoredPackages()

_verifyPackageForLine

protected void _verifyPackageForLine(WOParsedErrorLine line,
                                     NSArray packages)

_parseException

protected void _parseException()

stackTrace

public NSArray stackTrace()

typeException

public String typeException()

message

public String message()

_stringFromFile

protected static String _stringFromFile(String path)

Last updated: Thu, Jan 8, 2009 • 04:37 AM EST

Copyright © 2002 – 2007 Project Wonder.