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
Exception thrown by
SystemDataFormatterFactory to indicate that no
implementation was found for the requested system data formatter type.- Author:
- Patrick Schmidt
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownFormatterException(String message) Constructs a newUnknownFormatterException.UnknownFormatterException(String message, Throwable cause) Constructs a newUnknownFormatterException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownFormatterException
Constructs a newUnknownFormatterException.- Parameters:
message- the message
-
UnknownFormatterException
Constructs a newUnknownFormatterException.- Parameters:
message- the messagecause- the cause
-