WebObjects 5.4.2

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 frames
           
protected  String message
           
 
Constructor Summary
WOParsedException(String message)
           
 
Method Summary
 String getEllipsis()
           
 NSArray getFrames()
           
 String getMessage()
           
 void setCommonFrames(int commonFrames)
           
 void setFrames(NSArray 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 frames

commonFrames

protected int commonFrames

message

protected String message
Constructor Detail

WOParsedException

public WOParsedException(String message)
Method Detail

setFrames

public void setFrames(NSArray frames)

getFrames

public NSArray getFrames()

setCommonFrames

public void setCommonFrames(int commonFrames)

showEllipsis

public boolean showEllipsis()

getEllipsis

public String getEllipsis()

getMessage

public String getMessage()

Last updated June 2008

Copyright © 2000-2008 Apple Inc.