Class DuplicatedPropertiesTableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openl.exception.OpenLCompilationException
-
- org.openl.syntax.exception.SyntaxNodeException
-
- org.openl.rules.table.properties.TablePropertiesException
-
- org.openl.rules.property.exception.DuplicatedPropertiesTableException
-
- All Implemented Interfaces:
Serializable,OpenLException
public class DuplicatedPropertiesTableException extends TablePropertiesException
Exception class for situation when we have more than one module properties table or more than one table for category.- Author:
- DLiauchuk
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openl.syntax.exception.SyntaxNodeException
EMPTY_ARRAY
-
-
Constructor Summary
Constructors Constructor Description DuplicatedPropertiesTableException(String message, Throwable cause, ISyntaxNode syntaxNode)DuplicatedPropertiesTableException(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
-
DuplicatedPropertiesTableException
public DuplicatedPropertiesTableException(String message, Throwable cause, ILocation location, IOpenSourceCodeModule source)
-
DuplicatedPropertiesTableException
public DuplicatedPropertiesTableException(String message, Throwable cause, ISyntaxNode syntaxNode)
-
-