|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openquark.cal.runtime.CALExecutorException
org.openquark.cal.runtime.CALExecutorException.ExternalException
org.openquark.cal.runtime.CALExecutorException.ExternalException.PatternMatchFailure
public static final class CALExecutorException.ExternalException.PatternMatchFailure
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.
| Nested Class Summary |
|---|
| 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 |
|---|
public CALExecutorException.ExternalException.PatternMatchFailure(ErrorInfo errorInfo,
String message,
Exception cause)
|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||