Package edu.ie3.datamodel.exceptions
Class InvalidColumnNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.ie3.datamodel.exceptions.InvalidColumnNameException
- All Implemented Interfaces:
Serializable
Exception that is thrown whenever data columns are not as expected.
- Since:
- 10.12.20
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidColumnNameException
(String message) InvalidColumnNameException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidColumnNameException
-
InvalidColumnNameException
-
InvalidColumnNameException
-