Package com.streambase.sb
Class SchemaUtil.FieldConflictException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.streambase.sb.StreamBaseException
 - 
- com.streambase.sb.operator.TypecheckException
 - 
- com.streambase.sb.ApplicationValidationException
 - 
- com.streambase.sb.SemanticValidationException
 - 
- com.streambase.sb.SchemaUtil.FieldConflictException
 
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 LocatedItem,Serializable
- Enclosing class:
 - SchemaUtil
 
public static class SchemaUtil.FieldConflictException extends SemanticValidationException
A SemanticValidationException that also stores the index of the schema that caused it, when we're computing merges of schemas.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FieldConflictException(LocatedItem loc, String msg, int originIndex)Constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOriginIndex()- 
Methods inherited from class com.streambase.sb.StreamBaseException
asXmlStringSingle, asXmlStringStrict, asXmlStringStrict, equals, getParams, hashCode 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
FieldConflictException
public FieldConflictException(LocatedItem loc, String msg, int originIndex)
Constructor- Parameters:
 loc- source locationmsg- error messageoriginIndex- conflict at this index
 
 - 
 
 -