story.scheherazade.exceptions
Class DuplicateSCHReference

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by story.dbcore.exceptions.Scheherexception
              extended by story.scheherazade.exceptions.DuplicateSCHReference
All Implemented Interfaces:
java.io.Serializable

public class DuplicateSCHReference
extends Scheherexception

A reference has already been declared with the specified ID.

See Also:
Serialized Form

Constructor Summary
DuplicateSCHReference(VariableID ID, SCHParameter parameter, SCHVariableType newType, SCHVariableType extantType)
           
 
Method Summary
 SCHParameter getParameter()
           
 VariableID getReferenceID()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateSCHReference

public DuplicateSCHReference(VariableID ID,
                             SCHParameter parameter,
                             SCHVariableType newType,
                             SCHVariableType extantType)
Method Detail

getReferenceID

public VariableID getReferenceID()

getParameter

public SCHParameter getParameter()


Copyright © 2011 David K. Elson. All Rights Reserved.