WebObjects 5.4

com.webobjects.woextensions
Class WOParsedException

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

public class WOParsedException
extends Object


Field Summary
protected  int commonFrames
           
protected  NSArray<WOParsedErrorLine> frames
           
protected  String message
           
 
Constructor Summary
WOParsedException(String message)
           
 
Method Summary
 String getEllipsis()
           
 NSArray<WOParsedErrorLine> getFrames()
           
 String getMessage()
           
 void setCommonFrames(int commonFrames)
           
 void setFrames(NSArray<WOParsedErrorLine> frames)
           
 boolean showEllipsis()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frames

protected NSArray<WOParsedErrorLine> frames

commonFrames

protected int commonFrames

message

protected String message
Constructor Detail

WOParsedException

public WOParsedException(String message)
Method Detail

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()

Last updated Tuesday, October 9, 2007 08:58 PDT

Copyright © 2000-2007 Apple Inc.