ca.sqlpower.architect.diff
Class ArchitectDiffException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ca.sqlpower.architect.ArchitectException
              extended by ca.sqlpower.architect.diff.ArchitectDiffException
All Implemented Interfaces:
java.io.Serializable

public class ArchitectDiffException
extends ArchitectException

This Exception is used to check in the StartCompareAction in the CompareDMPanel. It is thrown when either the source or target that is being compared has more than one table with the same name which would lead to unreliable compare results.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ca.sqlpower.architect.ArchitectException
cause
 
Constructor Summary
ArchitectDiffException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class ca.sqlpower.architect.ArchitectException
getCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArchitectDiffException

public ArchitectDiffException(java.lang.String message)


Copyright © 2003-2007 SQL Power Group Inc. www.sqlpower.ca