Package com.streambase.sb
Class SemanticValidationException
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
- All Implemented Interfaces:
 com.streambase.sb.util.LocatedItem,Serializable
- Direct Known Subclasses:
 SchemaUtil.FieldConflictException,XmlInterpretationException
Semantic validation exception
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionSemanticValidationException(com.streambase.sb.util.LocatedItem loc, String msg) ConstructorSemanticValidationException(com.streambase.sb.util.LocatedItem loc, String msg, Throwable cause) ConstructorSemanticValidationException(com.streambase.sb.util.LocatedItem loc, Throwable cause) ConstructorConstructor - 
Method Summary
Methods inherited from class com.streambase.sb.StreamBaseException
asXmlStringSingle, asXmlStringStrict, asXmlStringStrict, equals, getParams, hashCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
SemanticValidationException
Constructor- Parameters:
 msg- error messagecause- error cause
 - 
SemanticValidationException
 - 
SemanticValidationException
Constructor- Parameters:
 loc- source locationmsg- error message
 - 
SemanticValidationException
Constructor- Parameters:
 loc- source locationcause- error cause
 
 -