Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.openwave.oui.framework
Class ErrorMsg  view ErrorMsg download ErrorMsg.java

java.lang.Object
  extended bycom.openwave.oui.framework.ErrorMsg

public class ErrorMsg
extends java.lang.Object

Insert the type's description here. Creation date: (18-05-2001 10:12:49)


Field Summary
private  java.lang.String htmlDesc
           
private  java.lang.String longDesc
           
private  java.lang.String shortDesc
           
 
Constructor Summary
ErrorMsg()
          ErrorMsg constructor comment.
ErrorMsg(java.lang.String shortDesc, java.lang.String longDesc, java.lang.String htmlDesc)
          ErrorMsg constructor comment.
 
Method Summary
 java.lang.String getHtmlDesc()
          Insert the method's description here.
 java.lang.String getLongDesc()
          Insert the method's description here.
 java.lang.String getShortDesc()
          Insert the method's description here.
 void setHtmlDesc(java.lang.String htmlDesc)
          Insert the method's description here.
 void setLongDesc(java.lang.String longDesc)
          Insert the method's description here.
 void setShortDesc(java.lang.String shortDesc)
          Insert the method's description here.
 java.lang.String toString()
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

shortDesc

private java.lang.String shortDesc

longDesc

private java.lang.String longDesc

htmlDesc

private java.lang.String htmlDesc
Constructor Detail

ErrorMsg

public ErrorMsg()
ErrorMsg constructor comment.


ErrorMsg

public ErrorMsg(java.lang.String shortDesc,
                java.lang.String longDesc,
                java.lang.String htmlDesc)
ErrorMsg constructor comment.

Method Detail

getHtmlDesc

public java.lang.String getHtmlDesc()
Insert the method's description here. Creation date: (18-05-2001 10:16:57)


getLongDesc

public java.lang.String getLongDesc()
Insert the method's description here. Creation date: (18-05-2001 10:16:57)


getShortDesc

public java.lang.String getShortDesc()
Insert the method's description here. Creation date: (18-05-2001 10:16:57)


setHtmlDesc

public void setHtmlDesc(java.lang.String htmlDesc)
Insert the method's description here. Creation date: (18-05-2001 10:16:57)


setLongDesc

public void setLongDesc(java.lang.String longDesc)
Insert the method's description here. Creation date: (18-05-2001 10:16:57)


setShortDesc

public void setShortDesc(java.lang.String shortDesc)
Insert the method's description here. Creation date: (18-05-2001 10:16:57)


toString

public java.lang.String toString()
Insert the method's description here. Creation date: (18-05-2001 10:13:22)