类 SaveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.babyfish.jimmer.error.CodeBasedRuntimeException
org.babyfish.jimmer.sql.runtime.SaveException
- 所有已实现的接口:
Serializable
- 直接已知子类:
SaveException.CannotDissociateTarget,SaveException.EmptyObject,SaveException.FailedRemoteValidation,SaveException.IllegalGeneratedId,SaveException.IllegalIdGenerator,SaveException.IllegalTargetId,SaveException.KeyNotUnique,SaveException.LongRemoteAssociation,SaveException.NeitherIdNorKey,SaveException.NoIdGenerator,SaveException.NoKeyProps,SaveException.NoNonIdProps,SaveException.NoVersion,SaveException.NullTarget,SaveException.OptimisticLockError,SaveException.ReversedRemoteAssociation,SaveException.UnstructuredAssociation
public abstract class SaveException
extends org.babyfish.jimmer.error.CodeBasedRuntimeException
The exception for save command
- 另请参阅:
-
嵌套类概要
嵌套类修饰符和类型类说明static classSome child objects need to be dissociated by in order to save the current object, however, no dissociation behavior if configured on the many-to-one/one-to-one association from child object to parent object, by either annotation or runtime overriding.static classstatic classstatic classstatic classstatic classThe associated id that does not exists in databasestatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classThe associated object cannot be nullstatic classstatic classstatic class -
构造器概要
构造器构造器说明SaveException(@NotNull ExportedSavePath path, String message) SaveException(@NotNull SavePath path, String message) -
方法概要
修饰符和类型方法说明@NotNull ExportedSavePathThe path where this exception occurs.@NotNull SavePathgetPath()abstract SaveErrorCode从类继承的方法 org.babyfish.jimmer.error.CodeBasedRuntimeException
getCode, getFamily
-
构造器详细资料
-
SaveException
-
SaveException
-
-
方法详细资料
-
getSaveErrorCode
-
getExportedPath
The path where this exception occurs. -
getPath
-
getFields
- 指定者:
getFields在类中org.babyfish.jimmer.error.CodeBasedRuntimeException
-