Package org.openl.rules.table.properties
Class TablePropertiesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openl.exception.OpenLCompilationException
-
- org.openl.syntax.exception.SyntaxNodeException
-
- org.openl.rules.table.properties.TablePropertiesException
-
- All Implemented Interfaces:
Serializable,OpenLException
- Direct Known Subclasses:
DuplicatedPropertiesTableException
public class TablePropertiesException extends SyntaxNodeException
As we have error gathering mechanism based on exceptions, this is a parent class for all error situations linked with properties in all tables and in the property table component. If you need to describe new problem situations with properties, extend your class from this one.- Author:
- DLiauchuk
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openl.syntax.exception.SyntaxNodeException
EMPTY_ARRAY
-
-
Constructor Summary
Constructors Constructor Description TablePropertiesException(String message, Throwable cause, ISyntaxNode syntaxNode)TablePropertiesException(String message, Throwable cause, ILocation location, IOpenSourceCodeModule source)
-
Method Summary
-
Methods inherited from class org.openl.exception.OpenLCompilationException
getCause, getLocation, getOriginalCause, getSourceCode, getSourceLocation, getSourceUri, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openl.exception.OpenLException
getMessage
-
-
-
-
Constructor Detail
-
TablePropertiesException
public TablePropertiesException(String message, Throwable cause, ILocation location, IOpenSourceCodeModule source)
-
TablePropertiesException
public TablePropertiesException(String message, Throwable cause, ISyntaxNode syntaxNode)
-
-