Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

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

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.ErrorFunctionException
All Implemented Interfaces:
Serializable
Enclosing class:
CALExecutorException.ExternalException

public static final class CALExecutorException.ExternalException.ErrorFunctionException
extends CALExecutorException.ExternalException

ErrorException is thrown by the CAL Prelude.error function.

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.ErrorFunctionException(ErrorInfo errorInfo, String message)
           
CALExecutorException.ExternalException.ErrorFunctionException(ErrorInfo errorInfo, String message, Throwable cause)
           
CALExecutorException.ExternalException.ErrorFunctionException(String message)
           
CALExecutorException.ExternalException.ErrorFunctionException(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.ErrorFunctionException

public CALExecutorException.ExternalException.ErrorFunctionException(String message)

CALExecutorException.ExternalException.ErrorFunctionException

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

CALExecutorException.ExternalException.ErrorFunctionException

public CALExecutorException.ExternalException.ErrorFunctionException(ErrorInfo errorInfo,
                                                                     String message,
                                                                     Throwable cause)

CALExecutorException.ExternalException.ErrorFunctionException

public CALExecutorException.ExternalException.ErrorFunctionException(ErrorInfo errorInfo,
                                                                     String message)

Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

Copyright © 2007 Business Objects. All rights reserved.