Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

org.openquark.cal.runtime
Class CALExecutorException.InternalException.VMException

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
                  extended by org.openquark.cal.runtime.CALExecutorException.InternalException.VMException
All Implemented Interfaces:
Serializable
Enclosing class:
CALExecutorException.InternalException

public static final class CALExecutorException.InternalException.VMException
extends CALExecutorException.InternalException

An exception used to deal with VM errors. (e.g. out of memory, stack overflow, etc.) In these situations we will actually pre-allocate the CALVMException member as it may not be safe to allocate a new exception object when the exception actually occurs. Creation date: (2/06/02 2:50:26 PM)

Author:
Ray Cypher
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.openquark.cal.runtime.CALExecutorException.InternalException
CALExecutorException.InternalException.VMException
 
Nested classes/interfaces inherited from class org.openquark.cal.runtime.CALExecutorException
CALExecutorException.ExternalException, CALExecutorException.InternalException, CALExecutorException.Type
 
Method Summary
static CALExecutorException.InternalException.VMException makeInitial()
           
 
Methods inherited from class org.openquark.cal.runtime.CALExecutorException.InternalException
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
 

Method Detail

makeInitial

public static CALExecutorException.InternalException.VMException makeInitial()

Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

Copyright © 2007 Business Objects. All rights reserved.