com.centrasite.control.util
Class PromptValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.centrasite.control.util.PromptValueException
All Implemented Interfaces:
java.io.Serializable

public class PromptValueException
extends java.lang.RuntimeException

Special throwable to be used together with PromptAdapter when you do not want exception to be raised but a message (the cause) to appear and the value to be prompted again.

See Also:
Serialized Form

Constructor Summary
PromptValueException(java.lang.String cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PromptValueException

public PromptValueException(java.lang.String cause)