Class ValuesMapParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
docking.widgets.values.ValuesMapParseException
All Implemented Interfaces:
Serializable

public class ValuesMapParseException extends Exception
Exception thrown when processing/parsing ValuesMap values. Mostly exists so that the exception message is uniform throught the types.
See Also:
  • Constructor Details

    • ValuesMapParseException

      public ValuesMapParseException(String valueName, String type, String message)
      Constructor
      Parameters:
      valueName - the name of the value that was being processed
      type - the type name of the value that was being processed
      message - the detail message of what went wrong