org.openquark.cal.runtime
Class CALExecutorException.ExternalException.ForeignOrPrimitiveFunctionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openquark.cal.runtime.CALExecutorException
org.openquark.cal.runtime.CALExecutorException.ExternalException
org.openquark.cal.runtime.CALExecutorException.ExternalException.ForeignOrPrimitiveFunctionException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- CALExecutorException.ExternalException
public static class CALExecutorException.ExternalException.ForeignOrPrimitiveFunctionException
- extends CALExecutorException.ExternalException
ForeignOrPrimitiveFunctionException is a wrapper to catch exceptions thrown by foreign or primitive functions
(such as Prelude.divideInt for division by zero). It is not used by Prelude.error and Prelude.primThrow which
are handled separately.
- Author:
- Ray Cypher
- See Also:
- Serialized Form
CALExecutorException.ExternalException.ForeignOrPrimitiveFunctionException
public CALExecutorException.ExternalException.ForeignOrPrimitiveFunctionException(String message,
Throwable cause)
Copyright © 2007 Business Objects. All rights reserved.