Package docking.widgets.values
Class ValuesMapParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
docking.widgets.values.ValuesMapParseException
- All Implemented Interfaces:
Serializable
Exception thrown when processing/parsing ValuesMap values. Mostly exists so that the exception
message is uniform throught the types.
- See Also:
-
Constructor Summary
ConstructorDescriptionValuesMapParseException
(String valueName, String type, String message) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValuesMapParseException
Constructor- Parameters:
valueName
- the name of the value that was being processedtype
- the type name of the value that was being processedmessage
- the detail message of what went wrong
-