org.apache.beehive.netui.compiler.model
Class ExceptionModel
Object
StrutsElementSupport
ExceptionModel
- Direct Known Subclasses:
- GenExceptionModel
public class ExceptionModel
- extends StrutsElementSupport
Methods inherited from class StrutsElementSupport |
addComment, getAttr, getAttrBool, getClassName, getComment, getDescription, getDisplayName, getIcon, getParentApp, getProperty, setClassName, setComment, setDescription, setDisplayName, setIcon, setParentApp, setProperty |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionModel
protected ExceptionModel(StrutsApp parentApp)
ExceptionModel
public ExceptionModel(String type,
String path,
String handlerMethod,
String message,
String messageKey,
StrutsApp parentApp)
getType
public String getType()
setType
public void setType(String type)
getPath
public String getPath()
setPath
public void setPath(String path)
getHandlerMethod
public String getHandlerMethod()
setHandlerMethod
public void setHandlerMethod(String handlerMethod)
getMessage
public String getMessage()
setMessage
public void setMessage(String message)
getMessageKey
public String getMessageKey()
setMessageKey
public void setMessageKey(String messageKey)
getHandlerClass
public String getHandlerClass()
setHandlerClass
public void setHandlerClass(String handlerClass)
writeToXMLBean
public void writeToXMLBean(ExceptionDocument.Exception xb)
isReadonly
public boolean isReadonly()
setReadonly
public void setReadonly(boolean readonly)