name.angoca.db2sa.core.syntax.graph.exception
Class DuplicateNodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
name.angoca.db2sa.exceptions.AbstractDB2SAException
name.angoca.db2sa.core.syntax.graph.exception.InvalidGraphException
name.angoca.db2sa.core.syntax.graph.exception.DuplicateNodeException
- All Implemented Interfaces:
- Serializable
public class DuplicateNodeException
- extends InvalidGraphException
This exception is thrown when the grammar file has two nodes with the same
id.
Control Version
- 0.0.1 Class creation.
- 1.0.0 Moved to version 1.
- Version:
- 1.0.0 2009-07-19
- Author:
- Andres Gomez Casanova (AngocA)
- See Also:
- Serialized Form
DuplicateNodeException
public DuplicateNodeException(String nodeId)
- Constructor with the duplicated id.
- Parameters:
nodeId
- Duplicated ID.
getMessage
public final String getMessage()
- Overrides:
getMessage
in class Throwable
Andres Gomez Casanova (AngocA) 
This work is licensed under a Creative Commons Attribution 3.0 Unported License.