API Documentation > Exceptions > Class XCannotAccess
Class XCannotAccess

package com.ptc.pfc.pfcExceptions;

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


Description
Exception thrown when some variable value cannot be accessed in the current situation.
User Guide References:
Methods Inherited from Class com.ptc.pfc.pfcExceptions.XPFC :
Methods Inherited from Class com.ptc.pfc.pfcExceptions.XInAMethod :
Method Summary
String
Get method for attribute "VariableName"
The name of the variable value that cannot be accessed.
Method Detail
GetVariableName
String
GetVariableName
()
The name of the variable value that cannot be accessed.
Was this helpful?