Package org.openl.rules.lang.xls.binding
Class DuplicatedTableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openl.exception.OpenLCompilationException
-
- org.openl.syntax.exception.SyntaxNodeException
-
- org.openl.rules.lang.xls.binding.DuplicatedTableException
-
- All Implemented Interfaces:
Serializable,OpenLException
public class DuplicatedTableException extends SyntaxNodeException
- Author:
- snshor
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openl.syntax.exception.SyntaxNodeException
EMPTY_ARRAY
-
-
Constructor Summary
Constructors Constructor Description DuplicatedTableException(String tableName, TableSyntaxNode duplicatedTable)
-
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
-
DuplicatedTableException
public DuplicatedTableException(String tableName, TableSyntaxNode duplicatedTable)
-
-