Class WizardConfirmationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WizardConfirmationException
    extends java.lang.RuntimeException
    This is an exception that can be thrown during wizard confirmation.

    Note:
    All exceptions that occur during confirmation are wrapped to this exception. This is run time exception so it doesn't have to be handled.

    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFrontendeLocalizedMessage()  
      void setFrontendeLocalizedMessage​(java.lang.String frontendeLocalizedMessage)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • WizardConfirmationException

        public WizardConfirmationException()
      • WizardConfirmationException

        public WizardConfirmationException​(java.lang.Throwable exception)
    • Method Detail

      • getFrontendeLocalizedMessage

        public java.lang.String getFrontendeLocalizedMessage()
        Returns:
        the frontendeLocalizedMessage
      • setFrontendeLocalizedMessage

        public void setFrontendeLocalizedMessage​(java.lang.String frontendeLocalizedMessage)
        Parameters:
        frontendeLocalizedMessage - the frontendeLocalizedMessage to set