EDU.bmrb.starlibj
Class OperationCausesMismatchedLoopData

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--EDU.bmrb.starlibj.OperationCausesMismatchedLoopData

public class OperationCausesMismatchedLoopData
extends java.lang.RuntimeException

This is thrown when an operation would have caused the loop to have data that does not match the name list. For example, if there are three tag names in the loop, then there need to be exactly three values in each row.

See Also:
Serialized Form

Constructor Summary
OperationCausesMismatchedLoopData()
           
 
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

OperationCausesMismatchedLoopData

public OperationCausesMismatchedLoopData()