org.springframework.richclient.command
Class InvalidGroupMemberEncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.richclient.application.ApplicationException
org.springframework.richclient.command.CommandException
org.springframework.richclient.command.InvalidGroupMemberEncodingException
- All Implemented Interfaces:
- Serializable
public class InvalidGroupMemberEncodingException
- extends CommandException
Indicates that an encoded string specifying a command group member type is not valid.
- Since:
- 0.3
- Author:
- Kevin Stembridge
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidGroupMemberEncodingException
public InvalidGroupMemberEncodingException(String message,
String encodedString)
- Creates a new
InvalidGroupMemberEncodingException
with the given detail message
and encoded string. The encoded string will be appended to the given message.
- Parameters:
message
- The detail message. If null, a default message will be created.encodedString
- The encoded string that is invalid.
getEncodedString
public String getEncodedString()
- Returns the string that is not a valid group member encoding.
- Returns:
- Returns the value of the encodedString field, possibly null.
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.