org.openquark.cal.runtime
Class CALExecutorException.InternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openquark.cal.runtime.CALExecutorException
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
|
Method Summary |
boolean |
isExternal()
Return true if this is an external exception (i.e. an error was generated
by the CAL source program) |
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)
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
Copyright © 2007 Business Objects. All rights reserved.