mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 20:58:35 +00:00
docs: data mapper docs (#2900)
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
*/
|
||||
package com.iluwatar.datamapper;
|
||||
|
||||
import java.io.Serial;
|
||||
|
||||
/**
|
||||
* Using Runtime Exception for avoiding dependency on implementation exceptions. This helps in
|
||||
* decoupling.
|
||||
@@ -32,6 +34,7 @@ package com.iluwatar.datamapper;
|
||||
*/
|
||||
public final class DataMapperException extends RuntimeException {
|
||||
|
||||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user