Uses of Class
org.praxislive.core.types.PError
-
Packages that use PError Package Description org.praxislive.code org.praxislive.code.userapi org.praxislive.core org.praxislive.core.services org.praxislive.core.types -
-
Uses of PError in org.praxislive.code
Methods in org.praxislive.code with parameters of type PError Modifier and Type Method Description protected void
AbstractAsyncProperty. taskError(long time, PError error)
protected void
ResourceProperty. taskError(long time, PError error)
-
Uses of PError in org.praxislive.code.userapi
Methods in org.praxislive.code.userapi that return PError Modifier and Type Method Description PError
Async. error()
Get the failure error or null.Methods in org.praxislive.code.userapi with parameters of type PError Modifier and Type Method Description boolean
Async. fail(PError error)
Complete the Async unsuccessfully with the provided error. -
Uses of PError in org.praxislive.core
Methods in org.praxislive.core with parameters of type PError Modifier and Type Method Description Call
Call. error(PError error)
Create an error return Call for this call, with the given error argument. -
Uses of PError in org.praxislive.core.services
Methods in org.praxislive.core.services with parameters of type PError Modifier and Type Method Description void
LogBuilder. log(LogLevel level, PError err)
-
Uses of PError in org.praxislive.core.types
Methods in org.praxislive.core.types that return PError Modifier and Type Method Description static PError
PError. of(Class<? extends Exception> type, String msg)
static PError
PError. of(Exception ex)
static PError
PError. of(Exception ex, String msg)
static PError
PError. of(String msg)
static PError
PError. parse(String str)
Methods in org.praxislive.core.types that return types with arguments of type PError Modifier and Type Method Description static Optional<PError>
PError. from(Value arg)
-