Class VariableNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
es.upm.fi.cig.multictbnc.exceptions.VariableNotFoundException
All Implemented Interfaces:
Serializable

public class VariableNotFoundException extends Exception
Thrown when an expected variable is not found in a provided dataset.
See Also:
  • Constructor Details

    • VariableNotFoundException

      public VariableNotFoundException()
      Constructs a VariableNotFoundException with no detail message.
    • VariableNotFoundException

      public VariableNotFoundException(String str)
      Constructs a VariableNotFoundException with the specified detail message.
      Parameters:
      str - detail message