Class YFormProcessorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.xyformsfacades.strategy.preprocessor.YFormProcessorException
All Implemented Interfaces:
Serializable

public class YFormProcessorException extends Exception
Exception that is thrown during the execution of a YFormPreprocessorStrategy
See Also:
  • Constructor Details

    • YFormProcessorException

      public YFormProcessorException()
    • YFormProcessorException

      public YFormProcessorException(String msg)
    • YFormProcessorException

      public YFormProcessorException(Throwable t)
    • YFormProcessorException

      public YFormProcessorException(String msg, Throwable t)