edu.iris.Fissures.IfFilter
Class FilterError

java.lang.Object
  extended by edu.iris.Fissures.IfFilter.FilterError
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class FilterError
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
 java.lang.String error_msg
           
 int index
           
 
Constructor Summary
FilterError()
           
FilterError(int index, java.lang.String error_msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

public int index

error_msg

public java.lang.String error_msg
Constructor Detail

FilterError

public FilterError()

FilterError

public FilterError(int index,
                   java.lang.String error_msg)