public class UnknownFormatterException
extends java.lang.RuntimeException
SystemDataFormatterFactory to indicate that no
implementation was found for the requested system data formatter type.| Constructor and Description |
|---|
UnknownFormatterException(java.lang.String message)
Constructs a new
UnknownFormatterException. |
UnknownFormatterException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new
UnknownFormatterException. |
public UnknownFormatterException(java.lang.String message)
UnknownFormatterException.message - the messagepublic UnknownFormatterException(java.lang.String message,
java.lang.Throwable cause)
UnknownFormatterException.message - the messagecause - the cause