Class ConfigTreeModelException

  • All Implemented Interfaces:
    Serializable

    public class ConfigTreeModelException
    extends Exception
    The ConfigTreeModelException is thrown whenever an error occurred during an tree model operation.
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • ConfigTreeModelException

        public ConfigTreeModelException()
        Creates a ConfigTreeModelException with no message and no parent.
      • ConfigTreeModelException

        public ConfigTreeModelException​(String message,
                                        Exception ex)
        Creates an exception.
        Parameters:
        message - the exception message.
        ex - the parent exception.
      • ConfigTreeModelException

        public ConfigTreeModelException​(String message)
        Creates an exception.
        Parameters:
        message - the exception message.