Package one.microstream.memory
Interface PlatformInternals.Warning
-
- All Known Implementing Classes:
PlatformInternals.Warning.Default
- Enclosing class:
- PlatformInternals
public static interface PlatformInternals.Warning
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PlatformInternals.Warning.Default
-
-
-
Method Detail
-
message
String message()
-
cause
Throwable cause()
-
print
void print(PrintStream printStream)
-
-