dCsharp

VisitorMethodException Class

Thrown by {@link Visitor#invokeMethod(String, Object, Class)} when a visitor method throws an exception.

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

System.Object
   Exception
      SystemException
         VisitorMethodException

public class VisitorMethodException : SystemException

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: edu.neu.ccs.demeter.dCsharp

Assembly: dCsharp (in dCsharp.dll)

See Also

VisitorMethodException Members | edu.neu.ccs.demeter.dCsharp Namespace