Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

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

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

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

CALPatternMatchException is thrown for pattern matching failures. e.g. given the definition, f x = case x of LT -> "LT data cons";; then f GT will produce a pattern match exception.

Author:
Bo Ilic
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.PatternMatchFailure(ErrorInfo errorInfo, String message, Exception 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.PatternMatchFailure

public CALExecutorException.ExternalException.PatternMatchFailure(ErrorInfo errorInfo,
                                                                  String message,
                                                                  Exception cause)

Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

Copyright © 2007 Business Objects. All rights reserved.