Class StructureSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.schema.structureSchema.exception.StructureSchemaException
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic StructureSchemaExceptionbecauseCouldNotConstructDefinition(String parentDefinitionType, String fieldName, String fieldType) static StructureSchemaExceptionbecauseParentDefinitionIsMissing(String definitionType, String parentDefinitionType) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
becauseCouldNotConstructDefinition
public static StructureSchemaException becauseCouldNotConstructDefinition(String parentDefinitionType, String fieldName, String fieldType) -
becauseParentDefinitionIsMissing
public static StructureSchemaException becauseParentDefinitionIsMissing(String definitionType, String parentDefinitionType) -
getParentDefinitionType
-