Class InconsistentDataException

All Implemented Interfaces:
Serializable

public class InconsistentDataException extends DataBushException
This exception occurs, if data is not consistent.
Author:
igor@scictrl.com
See Also:
  • Constructor Details

    • InconsistentDataException

      public InconsistentDataException(String s)
      InconsistentDataException constructor with specified parameter.
      Parameters:
      s - java.lang.String
    • InconsistentDataException

      public InconsistentDataException(AbstractDataBushElement source, String s)
      InconsistentDataException constructor with specified parameters.
      Parameters:
      source - AbstractDataBushElement
      s - java.lang.String
  • Method Details

    • getClassName

      protected String getClassName()
      Returns the fully-qualified name of the entity represented by this DataBushException object, as a String. Returns the fully-qualified name of the entity represented by this DataBushException object, as a String.
      Overrides:
      getClassName in class DataBushException
      Returns:
      java.lang.String