API Documentation > Exceptions > Class XInvalidFileName
Class XInvalidFileName

package com.ptc.pfc.pfcExceptions;

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


Description
This exception signals that the file name string passed to the method is incorrectly structured.
See Also:
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 "FileName"
The file name that triggered this exception.
Method Detail
GetFileName
String
GetFileName
()
The file name that triggered this exception.
Was this helpful?