Module es.upm.fi.cig.multictbnc
Class VariableNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
es.upm.fi.cig.multictbnc.exceptions.VariableNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when an expected variable is not found in a provided dataset.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs aVariableNotFoundException
with no detail message.Constructs aVariableNotFoundException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VariableNotFoundException
public VariableNotFoundException()Constructs aVariableNotFoundException
with no detail message. -
VariableNotFoundException
Constructs aVariableNotFoundException
with the specified detail message.- Parameters:
str
- detail message
-