Uses of Class
dev.getelements.elements.rt.exception.ResourcePersistenceException
Packages that use ResourcePersistenceException
-
Uses of ResourcePersistenceException in dev.getelements.elements.rt
Methods in dev.getelements.elements.rt that throw ResourcePersistenceExceptionModifier and TypeMethodDescriptiondefault Resource
ResourceLoader.load
(InputStream is) Loads theResource
from theInputStream
in non-verbose mode.ResourceLoader.load
(InputStream is, boolean verbose) Loads aResource
from the suppliedInputStream
.default Resource
ResourceLoader.load
(ReadableByteChannel rbc) Loads theResource
from theReadableByteChannel
in non-verbose mode.ResourceLoader.load
(ReadableByteChannel rbc, boolean verbose) Loads aResource
from the suppliedReadableByteChannel
.