net.kbox.component
Class KErrorPage

java.lang.Object
  extended by javax.microedition.lcdui.Displayable
      extended by javax.microedition.lcdui.Screen
          extended by javax.microedition.lcdui.Form
              extended by net.kbox.component.KErrorPage

public class KErrorPage
extends javax.microedition.lcdui.Form

KErrorPage is a subclass of form used for show error message in debug model.

Author:
blackBox

Constructor Summary
KErrorPage(java.lang.String title, java.lang.String msg)
          Create a new error page.
 
Method Summary
 java.lang.String getErrorMsg()
          Return the error message.
 
Methods inherited from class javax.microedition.lcdui.Form
append, append, append, delete, deleteAll, get, getHeight, getWidth, insert, set, setItemStateListener, size
 
Methods inherited from class javax.microedition.lcdui.Displayable
addCommand, getTicker, getTitle, isShown, removeCommand, setCommandListener, setTicker, setTitle, sizeChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KErrorPage

public KErrorPage(java.lang.String title,
                  java.lang.String msg)
Create a new error page.

Parameters:
title -
msg -
Method Detail

getErrorMsg

public java.lang.String getErrorMsg()
Return the error message.