Class CallExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.praxislive.ide.core.api.CallExecutionException
All Implemented Interfaces:
Serializable

public class CallExecutionException extends Exception
Exception thrown when a call into the PraxisCORE system returns an error. The Exception wraps the PError.
See Also:
  • Constructor Details

    • CallExecutionException

      public CallExecutionException(org.praxislive.core.types.PError error)
      Create a new instance wrapping the given PError.
      Parameters:
      error - wrapped error
  • Method Details

    • error

      public org.praxislive.core.types.PError error()
      Access the wrapped PError.
      Returns:
      wrapped error