cz.cuni.versatile.api.relops
Class UnsupportedPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.cuni.versatile.api.relops.UnsupportedPropertyException
- All Implemented Interfaces:
- java.io.Serializable
- public class UnsupportedPropertyException
- extends java.lang.Exception
Thrown when unsuccessfully trying to resolve a uniqueName to a particular RelationalOperator
- Author:
- Jaroslav Gergic
- See Also:
RelationalOperatorsRegistry
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnsupportedPropertyException
public UnsupportedPropertyException()
UnsupportedPropertyException
public UnsupportedPropertyException(java.lang.String message)
UnsupportedPropertyException
public UnsupportedPropertyException(java.lang.Throwable cause)
UnsupportedPropertyException
public UnsupportedPropertyException(java.lang.String message,
java.lang.Throwable cause)