org.kuali.student.sonar.database.exception
Class FKConstraintException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.kuali.student.sonar.database.exception.FKConstraintException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ColumnTypeIncompatException, FieldMappingException, NonPKMappingException, ParentKeysMissingException, TableMappingException, UnknownFKExecption

public class FKConstraintException
extends Exception

Created with IntelliJ IDEA. User: lsymms Date: 7/3/13 Time: 10:10 AM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Field Summary
protected  ForeignKeyConstraint fkConstraint
           
 
Constructor Summary
FKConstraintException(String s)
           
 
Method Summary
 ForeignKeyConstraint getFkConstraint()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fkConstraint

protected ForeignKeyConstraint fkConstraint
Constructor Detail

FKConstraintException

public FKConstraintException(String s)
Method Detail

getFkConstraint

public ForeignKeyConstraint getFkConstraint()


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.