Class UnknownFormatterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.aristaflow.adept2.model.common.systemdata.UnknownFormatterException
All Implemented Interfaces:
Serializable

public class UnknownFormatterException extends RuntimeException
Exception thrown by SystemDataFormatterFactory to indicate that no implementation was found for the requested system data formatter type.
Author:
Patrick Schmidt
See Also:
  • Constructor Details

    • UnknownFormatterException

      public UnknownFormatterException(String message)
      Constructs a new UnknownFormatterException.
      Parameters:
      message - the message
    • UnknownFormatterException

      public UnknownFormatterException(String message, Throwable cause)
      Constructs a new UnknownFormatterException.
      Parameters:
      message - the message
      cause - the cause