API Documentation > Exceptions > Class XInAMethod
Class XInAMethod

package com.ptc.pfc.pfcExceptions;

public class
XInAMethod
extends
com.ptc.pfc.pfcExceptions.XPFC


Description
This is a base class for any exception that occurs in a PFC method.
Direct Known Subclasses:
User Guide References:
Methods Inherited from Class com.ptc.pfc.pfcExceptions.XPFC :
Method Summary
String
Get method for attribute "MethodName"
The name of the method that caused the exception to be thrown
Method Detail
GetMethodName
String
GetMethodName
()
The name of the method that caused the exception to be thrown
Was this helpful?