Uses of Class
org.apache.struts2.showcase.chat.ChatException.ErrorType

Packages that use ChatException.ErrorType
org.apache.struts2.showcase.chat   
 

Uses of ChatException.ErrorType in org.apache.struts2.showcase.chat
 

Methods in org.apache.struts2.showcase.chat that return ChatException.ErrorType
static ChatException.ErrorType ChatException.ErrorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ChatException.ErrorType[] ChatException.ErrorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.struts2.showcase.chat with parameters of type ChatException.ErrorType
ChatException(java.lang.String description, ChatException.ErrorType type)
           
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.