Spring Web Flow

org.springframework.webflow.conversation.impl
Class BadlyFormattedConversationIdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.webflow.conversation.ConversationException
                  extended by org.springframework.webflow.conversation.impl.BadlyFormattedConversationIdException
All Implemented Interfaces:
java.io.Serializable

public class BadlyFormattedConversationIdException
extends ConversationException

Thrown if a conversation id could not be parsed.

Author:
Keith Donald
See Also:
Serialized Form

Constructor Summary
BadlyFormattedConversationIdException(java.lang.String encodedId, java.lang.Throwable parseException)
          Creates a new badly formatted conversation id exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadlyFormattedConversationIdException

public BadlyFormattedConversationIdException(java.lang.String encodedId,
                                             java.lang.Throwable parseException)
Creates a new badly formatted conversation id exception.

Parameters:
encodedId - the badly formatted id
parseException - the cause

Spring Web Flow