Package FAtiMA.Core.exceptions
Class UnspecifiedVariableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
FAtiMA.Core.exceptions.UnspecifiedVariableException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnspecifiedVariableException(String objectName, String conditionName) UnspecifiedVariableException(String msg, Throwable ex) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnspecifiedVariableException
-
UnspecifiedVariableException
- Parameters:
msg- messageex- wrapped error/exception
-