WebObjects 5.4.2

com.webobjects.woextensions
Class WOParsedErrorLine

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

public class WOParsedErrorLine
extends Object


Constructor Summary
WOParsedErrorLine(StackTraceElement element)
           
 
Method Summary
 String className()
           
 String fileName()
           
 boolean isDisable()
           
 int line()
           
 String lineNumber()
           
 String methodName()
           
 String packageClassPath()
           
 String packageName()
           
protected  void setIgnorePackage(boolean yn)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WOParsedErrorLine

public WOParsedErrorLine(StackTraceElement element)
Method Detail

packageName

public String packageName()

className

public String className()

packageClassPath

public String packageClassPath()

methodName

public String methodName()

isDisable

public boolean isDisable()

setIgnorePackage

protected void setIgnorePackage(boolean yn)

fileName

public String fileName()

lineNumber

public String lineNumber()

line

public int line()

toString

public String toString()
Overrides:
toString in class Object

Last updated June 2008

Copyright © 2000-2008 Apple Inc.