openamf/src/java/org/openamf AMFError.java,1.3,1.4

[email protected]
Newsgroups gmane.comp.java.openamf.cvs
Message-ID <[email protected]>
Update of /cvsroot/openamf/openamf/src/java/org/openamf
In directory sc8-pr-cvs1:/tmp/cvs-serv6404/src/java/org/openamf

Modified Files:
	AMFError.java 
Log Message:
added more info to error sten to flash

Index: AMFError.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/AMFError.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AMFError.java	22 Apr 2003 01:44:06 -0000	1.3
--- AMFError.java	28 May 2003 00:03:51 -0000	1.4
***************
*** 7,10 ****
--- 7,12 ----
  	private String type;
  	private String level;
+ 	private String details;
+ 	private String description;
  
  	public String getCode() {
***************
*** 30,33 ****
--- 32,51 ----
  	public void setLevel(String level) {
  		this.level = level;
+ 	}
+ 
+ 	public String getDetails() {
+ 		return details;
+ 	}
+ 
+ 	public void setDetails(String details) {
+ 		this.details = details;
+ 	}
+ 
+ 	public String getDescription() {
+ 		return description;
+ 	}
+ 
+ 	public void setDescription(String description) {
+ 		this.description = description;
  	}
  




-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.