类 SaveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.babyfish.jimmer.error.CodeBasedException
org.babyfish.jimmer.sql.runtime.SaveException
- 所有已实现的接口:
Serializable
public class SaveException
extends org.babyfish.jimmer.error.CodeBasedException
- 另请参阅:
-
嵌套类概要
从类继承的嵌套类/接口 org.babyfish.jimmer.error.CodeBasedException
org.babyfish.jimmer.error.CodeBasedException.Companion -
字段概要
从类继承的字段 org.babyfish.jimmer.error.CodeBasedException
Companion -
构造器概要
构造器构造器说明SaveException(@NotNull SaveErrorCode code, @NotNull ExportedSavePath path, String message) SaveException(@NotNull SaveErrorCode code, @NotNull SavePath path, String message) -
方法概要
从类继承的方法 org.babyfish.jimmer.error.CodeBasedException
getExportedError
-
构造器详细资料
-
SaveException
public SaveException(@NotNull @NotNull SaveErrorCode code, @NotNull @NotNull SavePath path, String message) -
SaveException
public SaveException(@NotNull @NotNull SaveErrorCode code, @NotNull @NotNull ExportedSavePath path, String message)
-
-
方法详细资料
-
getCode
- 指定者:
getCode在类中org.babyfish.jimmer.error.CodeBasedException
-
getExportedPath
-
getPath
-
getFields
- 指定者:
getFields在类中org.babyfish.jimmer.error.CodeBasedException
-