All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class EDU.bmrb.starlibj.OperationCausesMismatchedLoopData

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

public class OperationCausesMismatchedLoopData
extends 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.


Constructor Index

 o OperationCausesMismatchedLoopData()

Constructors

 o OperationCausesMismatchedLoopData
 public OperationCausesMismatchedLoopData()

All Packages  Class Hierarchy  This Package  Previous  Next  Index