edu.wpi.cs.dsrg.xmldb.xat.common.exception
Class XATTableSchemaNoMatchException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--edu.wpi.cs.dsrg.xmldb.xat.common.exception.XATTableException
                          |
                          +--edu.wpi.cs.dsrg.xmldb.xat.common.exception.XATTableSchemaNoMatchException

public class XATTableSchemaNoMatchException
extends XATTableException

This class defines the exception thrown when the number of cells in a tuple doesn't match the number of columns in the schema.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
XATTableSchemaNoMatchException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XATTableSchemaNoMatchException

public XATTableSchemaNoMatchException()