Library | Package Java Toolkit

Class XProdevError

package com.ptc.pfc.pfcExceptions;

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



Description

This exception is thrown when there is an error in a Pro/DEVELOP function called by PFC.



Method Summary
StringGetDevelopFunctionName ()
    Get method for attribute "DevelopFunctionName"
    The name of the Pro/DEVELOP function that caused the exception to be thrown
intGetErrorCode ()
    Get method for attribute "ErrorCode"
    The Pro/DEVELOP error (integer);

Methods Inherited from Class com.ptc.pfc.pfcExceptions.XPFC
GetMessage

Methods Inherited from Class com.ptc.pfc.pfcExceptions.XInAMethod
GetMethodName

Method Detail

GetDevelopFunctionName

StringGetDevelopFunctionName ()


    The name of the Pro/DEVELOP function that caused the exception to be thrown



GetErrorCode

intGetErrorCode ()


    The Pro/DEVELOP error (integer);