Package com.streambase.sb
Class SchemaValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.streambase.sb.StreamBaseException
-
- com.streambase.sb.SchemaValidationException
-
- All Implemented Interfaces:
LocatedItem
,Serializable
public class SchemaValidationException extends StreamBaseException
Exception to indicate validation failures- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaValidationException(Location loc, String message, String field)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getField()
Field that caused exception-
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
-
-
-
-
Method Detail
-
getField
public String getField()
Field that caused exception- Returns:
- field description
-
-