Class FormatterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.frankframework.errormessageformatters.FormatterException
All Implemented Interfaces:
Serializable

public class FormatterException extends RuntimeException
Exception class thrown when an IErrorMessageFormatter fails.
See Also:
  • Constructor Details

    • FormatterException

      public FormatterException(String message, Throwable cause)