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 voidAbstractAsyncProperty. taskError(long time, PError error)protected voidResourceProperty. 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 PErrorAsync. error()Get the failure error or null.Methods in org.praxislive.code.userapi with parameters of type PError Modifier and Type Method Description booleanAsync. 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 CallCall. 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 voidLogBuilder. 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 PErrorPError. of(Class<? extends Exception> type, String msg)static PErrorPError. of(Exception ex)static PErrorPError. of(Exception ex, String msg)static PErrorPError. of(String msg)static PErrorPError. 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)
-