Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

org.openquark.cal.runtime
Class CALExecutorException.InternalException

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.InternalException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CALExecutorException.InternalException.VMException
Enclosing class:
CALExecutorException

public static class CALExecutorException.InternalException
extends CALExecutorException

Base class for Internal exceptions. Currently internal exceptions are always terminating exceptions.

See Also:
Serialized Form

Nested Class Summary
static class CALExecutorException.InternalException.VMException
          An exception used to deal with VM errors.
 
Nested classes/interfaces inherited from class org.openquark.cal.runtime.CALExecutorException
CALExecutorException.ExternalException, CALExecutorException.InternalException, CALExecutorException.Type
 
Constructor Summary
CALExecutorException.InternalException(ErrorInfo errorInfo, String message, Throwable cause)
           
CALExecutorException.InternalException(String message)
           
CALExecutorException.InternalException(String message, Throwable cause)
           
 
Method Summary
 boolean isExternal()
          Return true if this is an external exception (i.e. an error was generated by the CAL source program)
 
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.InternalException

public CALExecutorException.InternalException(String message)

CALExecutorException.InternalException

public CALExecutorException.InternalException(String message,
                                              Throwable cause)

CALExecutorException.InternalException

public CALExecutorException.InternalException(ErrorInfo errorInfo,
                                              String message,
                                              Throwable cause)
Method Detail

isExternal

public boolean isExternal()
Return true if this is an external exception (i.e. an error was generated by the CAL source program)

Specified by:
isExternal in class CALExecutorException
Returns:
boolean

Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

Copyright © 2007 Business Objects. All rights reserved.