Class WizardConfirmationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.cockpit.wizards.exception.WizardConfirmationException
-
- All Implemented Interfaces:
java.io.Serializable
public class WizardConfirmationException extends java.lang.RuntimeExceptionThis 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
-
-
Constructor Summary
Constructors Constructor Description WizardConfirmationException()WizardConfirmationException(java.lang.Throwable exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFrontendeLocalizedMessage()voidsetFrontendeLocalizedMessage(java.lang.String frontendeLocalizedMessage)
-
-
-
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
-
-