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
ConstructorsConstructorDescriptionConstructs aVariableNotFoundExceptionwith no detail message.Constructs aVariableNotFoundExceptionwith 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 aVariableNotFoundExceptionwith no detail message. -
VariableNotFoundException
Constructs aVariableNotFoundExceptionwith the specified detail message.- Parameters:
str- detail message
-