Class StructureNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.schema.structureSchema.exception.StructureNotFoundException
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic StructureNotFoundExceptionbecauseDoesNotExist(String serializationType) static StructureNotFoundExceptionbecauseIsOfPrimitiveType(String serializationType) static StructureNotFoundExceptionbecauseSerializationTypeIsOfUnknownType(String serializationType) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
becauseDoesNotExist
-
becauseIsOfPrimitiveType
-
becauseSerializationTypeIsOfUnknownType
public static StructureNotFoundException becauseSerializationTypeIsOfUnknownType(String serializationType)
-