Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

org.openquark.cal.runtime
Class CALExecutorException.ExternalException.ForeignOrPrimitiveFunctionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openquark.cal.runtime.CALExecutorException
              extended by org.openquark.cal.runtime.CALExecutorException.ExternalException
                  extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.openquark.cal.runtime.CALExecutorException.ExternalException
CALExecutorException.ExternalException.ErrorFunctionException, CALExecutorException.ExternalException.ForeignOrPrimitiveFunctionException, CALExecutorException.ExternalException.PatternMatchFailure, CALExecutorException.ExternalException.PrimThrowFunctionException, CALExecutorException.ExternalException.TerminatedByClientException
 
Nested classes/interfaces inherited from class org.openquark.cal.runtime.CALExecutorException
CALExecutorException.ExternalException, CALExecutorException.InternalException, CALExecutorException.Type
 
Constructor Summary
CALExecutorException.ExternalException.ForeignOrPrimitiveFunctionException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.openquark.cal.runtime.CALExecutorException.ExternalException
isExternal
 
Methods inherited from class org.openquark.cal.runtime.CALExecutorException
getErrorInfo, getExceptionType, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CALExecutorException.ExternalException.ForeignOrPrimitiveFunctionException

public CALExecutorException.ExternalException.ForeignOrPrimitiveFunctionException(String message,
                                                                                  Throwable cause)

Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

Copyright © 2007 Business Objects. All rights reserved.