Package org.praxislive.ide.core.api
Class CallExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.praxislive.ide.core.api.CallExecutionException
- All Implemented Interfaces:
Serializable
Exception thrown when a call into the PraxisCORE system returns an error. The
Exception wraps the PError.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCallExecutionException(org.praxislive.core.types.PError error) Create a new instance wrapping the givenPError. -
Method Summary
Modifier and TypeMethodDescriptionorg.praxislive.core.types.PErrorerror()Access the wrappedPError.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CallExecutionException
public CallExecutionException(org.praxislive.core.types.PError error) Create a new instance wrapping the givenPError.- Parameters:
error- wrapped error
-
-
Method Details
-
error
public org.praxislive.core.types.PError error()Access the wrappedPError.- Returns:
- wrapped error
-