Plumtree UI Infrastructure API  
 

InterpreterException Class

This class is used to convey an error or exception information back to the Interpreter. Upon receiving this exception, the Interpreter will display an error page containing a (localized) error message from this exception, if there is any.

For a list of all members of this type, see InterpreterException Members.

System.Object
   System.Exception
      com.plumtree.openfoundation.util.XPException
         com.plumtree.uiinfrastructure.interpreter.InterpreterException
            com.plumtree.uiinfrastructure.interpreter.UnauthorizedAccessException

public class InterpreterException : XPException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.uiinfrastructure.interpreter

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

InterpreterException Members | com.plumtree.uiinfrastructure.interpreter Namespace