public class NonExistingAttributeException extends RelationalAlgebraException
Constructor and Description |
---|
NonExistingAttributeException(java.lang.String attributeName)
Creates the NonExistingAttributeException
|
NonExistingAttributeException(java.lang.String attributeName,
java.lang.Exception e)
Creates the NonExistingAttributeException
|
public NonExistingAttributeException(java.lang.String attributeName)
attributeName
- The name of the nonexisting attributepublic NonExistingAttributeException(java.lang.String attributeName, java.lang.Exception e)
attributeName
- The name of the nonexisting attributee
- The underlying cause of the exception