com.webobjects.woextensions
Class WOParsedException
java.lang.Object
com.webobjects.woextensions.WOParsedException
public class WOParsedException
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
frames
protected NSArray<WOParsedErrorLine> frames
commonFrames
protected int commonFrames
message
protected String message
WOParsedException
public WOParsedException(String message)
setFrames
public void setFrames(NSArray<WOParsedErrorLine> frames)
getFrames
public NSArray<WOParsedErrorLine> getFrames()
setCommonFrames
public void setCommonFrames(int commonFrames)
showEllipsis
public boolean showEllipsis()
getEllipsis
public String getEllipsis()
getMessage
public String getMessage()
Copyright © 2000-2007 Apple Inc.