API Documentation > Exceptions > Class XBadArgument
Class XBadArgument

package com.ptc.pfc.pfcExceptions;

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


Description
This is a base class for an exception thrown when you specify an invalid argument.
Direct Known Subclasses:
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 "ArgumentName"
The name of the argument that caused the exception to be thrown
Method Detail
GetArgumentName
String
GetArgumentName
()
The name of the argument that caused the exception to be thrown
Was this helpful?