Library | Package Java Toolkit

Package com.ptc.pfc.pfcExceptions

Description

Contains Creo Parametric-related exceptions.

Interfaces
DrawingCreateErrorThis interface contains an error encountered when creating a drawing from a template.

Classes
DrawingCreateErrorsThis interface contains a sequence of drawing creation errors.
DrawingCreateErrorTypeThis enumerated type contains the type of drawing creation errors.

Exceptions
XBadArgumentThis is a base class for an exception thrown when you specify an invalid argument.
XBadExternalDataCan not access the external data because the access to this object was terminated.
XBadGetArgValueThis exception signals that you attempted to access the wrong type of value from a ArgValue object.
XBadGetExternalDataYou attempted to access the wrong type of data from a ExternalData object.
XBadGetParamValueThis exception is thrown when you specify an invalid parameter type.
XBadOutlineExcludeTypeThis exception is thrown when you specify an invalid outline exclusion type.
XCancelProEActionThis exception should be thrown by the application during a ActionListener method in order to cancel a Creo Parametric event.
XCannotAccessException thrown when some variable value cannot be accessed in the current situation.
XCompatibilityNotSet 
XEmptyStringThis exception is thrown when an empty string is passed to a method that does not accept an empty string .
XExternalDataBadDataArgsThe argument r_slot_ids is invalid.
XExternalDataBadKeyByFlagThe specified key_by_flag is invalid.
XExternalDataClassOrSlotExistsThe specified class name already exists.
XExternalDataEmptySlotNo data exists in the slot.
XExternalDataErrorThe function failed.
XExternalDataInvalidObjectThe specified model or class name is invalid.
XExternalDataInvalidObjTypeThe specified model or class name is invalid.
XExternalDataInvalidSlotNameAn invalid slot name when accessing external data.
XExternalDataNamesTooLongThe specified class name exceeds the length PRO_NAME_SIZE.
XExternalDataSlotNotFoundThe specified slot was not found.
XExternalDataStreamTooLargeNot applicable. PFC does not provide stream support.
XExternalDataTKErrorGeneral error while accessing external data.
XInAMethodThis is a base class for any exception that occurs in a PFC method.
XInvalidEnumValueThis exception is thrown when an integer used as enumerated value can not be mapped to the enumerated type.
XInvalidFileNameThis exception signals that the file name string passed to the method is incorrectly structured.
XInvalidFileTypeThis exception signals that the model descriptor contains a file type that cannot be used for an operation.
XInvalidModelItemThis exception is thrown when a modelitem object is no longer valid.
XInvalidSelectionThis exception is thrown when the selection (its path, params, type etc.) is invalid.
XJLinkApplicationExceptionThis type of exception is thrown from an invoked J-Link application.
XJLinkApplicationInactiveThis exception is thrown when an invoked J-Link application is not currently running.
XJLinkTaskExistsThis exception is thrown when a JLinkTaskListener already exists with a given name.
XJLinkTaskNotFoundThis exception is thrown when a JLinkTaskListener could not be found to be invoked by an external application.
XMethodForbidden 
XMethodNotLicensed 
XModelNotInSessionThis exception is thrown when attempting operations on a model which has been erased or deleted.
XNegativeNumberThis exception is thrown a negative value (integer or real) is passed to a method that requires a nonnegative argument.
XNumberTooLargeThis exception is thrown when a number passed to a method is too large.
XPFCThis is a base class for any PFC exception.
XProdevErrorThis exception is thrown when there is an error in a Pro/DEVELOP function called by PFC.
XSequenceTooLongThis exception is thrown when the sequence length exceeds the maximum allowable size.
XStringTooLongThis exception is thrown when the specified string exceeds the maximum allowable length.
XToolkitAbortThis exception is thrown when there is an error of type PRO_TK_ABORT in a Creo Parametric TOOLKIT function called by PFC.
XToolkitAmbiguousThis exception is thrown when there is an error of type PRO_TK_E_AMBIGUOUS in a Creo Parametric TOOLKIT function called by PFC.
XToolkitAppBadDataPath This exception signals that the application has a bad data path.
XToolkitAppBadEncoding This exception signals that the application is not correctly encoded.
XToolkitAppCommunicationFailureThis exception signals that a Creo Parametric TOOLKIT application that you tried to load failed due to a communication failure.
XToolkitAppCreoBarred This exception signals that the TOOLKIT application is not supported on the Creo app. you are using.
XToolkitAppExcessCallbacksThis exception signals that a Creo Parametric TOOLKIT application that you tried to load sets too many callbacks.
XToolkitAppInitializationFailedThis exception signals that a Creo Parametric TOOLKIT application that you tried to load cannot be initialized.
XToolkitAppNewVersionThis exception signals that a Creo Parametric TOOLKIT application that you tried to load is of a newer version than Creo Parametric.
XToolkitAppNoLicenseThis exception signals that a Creo Parametric TOOLKIT application that you tried to load needs a development license.
XToolkitAppStartupFailedThis exception signals that a Creo Parametric TOOLKIT application that you tried to load cannot be started.
XToolkitAppTooOld This exception signals that the application is too old.
XToolkitAppVersionMismatchThis exception signals that a Creo Parametric TOOLKIT application that you tried to load cannot be loaded due to an invalid version.
XToolkitAuthenticationFailure 
XToolkitBadContextThis exception is thrown when there is an error of type PRO_TK_BAD_CONTEXT in a Creo Parametric TOOLKIT function called by PFC.
XToolkitBadDimAttachThis exception is thrown when there is an error of type PRO_TK_BAD_DIM_ATTACH in a Creo Parametric TOOLKIT function called by PFC.
XToolkitBadInputs 
XToolkitBadSrfCrvThis exception is thrown when there is an error of type PRO_TK_BAD_SRF_CRV in a Creo Parametric TOOLKIT function called by PFC.
XToolkitBsplMultiInnerKnotsThis exception is thrown when there is an error of type PRO_TK_BSPL_MULTI_INNER_KNOTS in a Creo Parametric TOOLKIT function called by PFC.
XToolkitBsplNonStdEndKnotsThis exception is thrown when there is an error of type PRO_TK_BSPL_NON_STD_END_KNOTS in a Creo Parametric TOOLKIT function called by PFC.
XToolkitBsplUnsuitableDegreeThis exception is thrown when there is an error of type PRO_TK_BSPL_UNSUITABLE_DEGREE in a Creo Parametric TOOLKIT function called by PFC.
XToolkitBusyThis exception is thrown when there is an error of type PRO_TK_E_BUSY in a Creo Parametric TOOLKIT function called by PFC.
XToolkitCantAccessThis exception is thrown when there is an error of type PRO_TK_CANT_ACCESS in a Creo Parametric TOOLKIT function called by PFC.
XToolkitCantModifyThe model is locked and cannot be modified.
XToolkitCantOpenThis exception is thrown when there is an error of type PRO_TK_CANT_OPEN in a Creo Parametric TOOLKIT function called by PFC.
XToolkitCantWriteThis exception is thrown when there is an error of type PRO_TK_CANT_WRITE in a Creo Parametric TOOLKIT function called by PFC.
XToolkitCheckLastError An unrecognized error was passed from Creo Parametric TOOLKIT.
XToolkitCheckOmitted This exception signals that some validity checks are not performed.
XToolkitCheckoutConflictConflicts occured. Check conflict description.
XToolkitCommErrorThis exception is thrown when there is an error of type PRO_TK_COMM_ERROR in a Creo Parametric TOOLKIT function called by PFC.
XToolkitContinueThis exception is thrown when there is an error of type PRO_TK_CONTINUE in a Creo Parametric TOOLKIT function called by PFC.
XToolkitCreateViewBadExplodeBad name of exploded state when creating drawing view.
XToolkitCreateViewBadModelBad model argument when creating drawing view.
XToolkitCreateViewBadParentBad parent argument when creating drawing view.
XToolkitCreateViewBadSheetBad sheet argument when creating drawing view.
XToolkitCreateViewBadTypeBad type argument when creating drawing view.
XToolkitDeadLockThis exception is thrown when there is an error of type PRO_TK_E_DEADLOCK in a Creo Parametric TOOLKIT function called by PFC.
XToolkitDllInactiveThis exceptions signals that you attempted to perform on operation using a Dll handle that has already been unloaded.
XToolkitDllInitializeFailedThis exception signals that initialization of a Creo Parametric TOOLKIT DLL failed.
XToolkitDrawingCreateErrorsThis exception is thrown when there is an error of type PRO_TK_DWGCREATE_ERRORS in a Creo Parametric TOOLKIT function.
XToolkitEmptyThis exception is thrown when there is an error of type PRO_TK_EMPTY in a Creo Parametric TOOLKIT function called by PFC.
XToolkitErrorBase class to all the XToolkitErrors classes that correspond to enum ProErrors (ProToolkitErrors.h).
XToolkitFoundThis exception is thrown when there is an error of type PRO_TK_E_FOUND in a Creo Parametric TOOLKIT function called by PFC.
XToolkitGeneralErrorThis exception is thrown when there is an error of type PRO_TK_GENERAL_ERROR in a Creo Parametric TOOLKIT function called by PFC.
XToolkitIncomplete An exception occured and the functionality was not completely implemented.
XToolkitIncompleteTessellation The tessellation is incomplete.
XToolkitInUseThis exception is thrown when there is an error of type PRO_TK_E_IN_USE in a Creo Parametric TOOLKIT function called by PFC.
XToolkitInvalidDirThis exception is thrown when there is an error of type PRO_TK_INVALID_DIR in a Creo Parametric TOOLKIT function called by PFC.
XToolkitInvalidFileThis exception is thrown when there is an error of type PRO_TK_INVALID_FILE in a Creo Parametric TOOLKIT function called by PFC.
XToolkitInvalidItemThis exception is thrown when there is an error of type PRO_TK_INVALID_ITEM in a Creo Parametric TOOLKIT function called by PFC.
XToolkitInvalidMatrixThis exception is thrown when there is an error of type PRO_TK_INVALID_MATRIX in a Creo Parametric TOOLKIT function called by PFC.
XToolkitInvalidNameThis exception is thrown when there is an error of type PRO_TK_INVALID_NAME in a Creo Parametric TOOLKIT function called by PFC.
XToolkitInvalidPtrThis exception is thrown when there is an error of type PRO_TK_INVALID_PTR in a Creo Parametric TOOLKIT function called by PFC.
XToolkitInvalidReferenceThis exception is thrown when you try to assign an assembly reference to an assembly component, and the selection does not contain an assembly component path.
XToolkitInvalidTypeThis exception is thrown when there is an error of type PRO_TK_INVALID_TYPE in a Creo Parametric TOOLKIT function called by PFC.
XToolkitLineTooLongThis exception is thrown when there is an error of type PRO_TK_LINE_TOO_LONG in a Creo Parametric TOOLKIT function called by PFC.
XToolkitMaxLimitReached An unrecognized error was passed from Creo Parametric TOOLKIT.
XToolkitMsgFmtErrorThis exception is thrown when there is an error of type PRO_TK_MSG_FMT_ERROR in a Creo Parametric TOOLKIT function called by PFC.
XToolkitMsgNotFoundThis exception is thrown when there is an error of type PRO_TK_MSG_NOT_FOUND in a Creo Parametric TOOLKIT function called by PFC.
XToolkitMsgNoTransThis exception is thrown when there is an error of type PRO_TK_MSG_NO_TRANS in a Creo Parametric TOOLKIT function called by PFC.
XToolkitMsgTooLongThis exception is thrown when there is an error of type PRO_TK_MSG_TOO_LONG in a Creo Parametric TOOLKIT function called by PFC.
XToolkitMsgUserQuitThis exception is thrown when there is an error of type PRO_TK_MSG_USER_QUIT in a Creo Parametric TOOLKIT function called by PFC.
XToolkitMultibodyUnsupported 
XToolkitNeedsUnlockThis exception signals that a Creo Parametric TOOLKIT application that you tried to load is not unlocked.
XToolkitNoChangeThis exception is thrown when there is an error of type PRO_TK_NO_CHANGE in a Creo Parametric TOOLKIT function called by PFC.
XToolkitNoCoordSystemThis exception is thrown when there is an error of type PRO_TK_NO_COORD_SYSTEM in a Creo Parametric TOOLKIT function called by PFC.
XToolkitNoLicenseThis exception is thrown when there is an error of type PRO_TK_NO_LICENSE in a Creo Parametric TOOLKIT function called by PFC.
XToolkitNoPermission 
XToolkitNotDisplayedThis exception is thrown when there is an error of type PRO_TK_NOT_DISPLAYED in a Creo Parametric TOOLKIT function called by PFC.
XToolkitNotExistThis exception is thrown when there is an error of type PRO_TK_NOT_EXIST in a Creo Parametric TOOLKIT function called by PFC.
XToolkitNotFoundThis exception is thrown when there is an error of type PRO_TK_E_NOT_FOUND in a Creo Parametric TOOLKIT function called by PFC.
XToolkitNotImplementedThis exception is thrown when there is an error of type PRO_TK_NOT_IMPLEMENTED in a Creo Parametric TOOLKIT function called by PFC.
XToolkitNotValidThis exception is thrown when there is an error of type PRO_TK_NOT_VALID in a Creo Parametric TOOLKIT function called by PFC.
XToolkitObsoleteFuncThis exception is thrown when there is an error of type PRO_TK_OBSOLETE_FUNC in a Creo Parametric TOOLKIT function called by PFC.
XToolkitOutdated An outdated parameter or feature is used.
XToolkitOutOfMemoryThis exception is thrown when there is an error of type PRO_TK_OUT_OF_MEMORY in a Creo Parametric TOOLKIT function called by PFC.
XToolkitOutOfRange This exception signals that some values are out of range.
XToolkitPickAboveThis exception is thrown when there is an error of type PRO_TK_PICK_ABOVE in a Creo Parametric TOOLKIT function called by PFC.
XToolkitRegenerateAgainRegeneration succeeded, but relations require regeneration again.
XToolkitSuppressedParentsThis exception is thrown when there is an error of type PRO_TK_SUPP_PARENTS in a Creo Parametric TOOLKIT function called by PFC.
XToolkitUnattachedFeatsRegeneration succeeded, but the solid has unattached features.
XToolkitUnavailableSectionThis exception is thrown when there is an error of type PRO_TK_UNAV_SEC in a Creo Parametric TOOLKIT function called by PFC.
XToolkitUnrecognizedErrorCodeAn unrecognized error was passed from Creo Parametric TOOLKIT.
XToolkitUnsupportedThis exception signals an attempt to execute an unsupported operation.
XToolkitUserAbortThis exception is thrown when there is an error of type PRO_TK_USER_ABORT in a Creo Parametric TOOLKIT function called by PFC.
XUnimplementedThis exception is thrown when there is a call to a function that is unimplemented.
XUnknownModelExtensionThis exception is thrown when you specify an invalid model extension.
XUnusedValueThis exception signals that you tried to access a value that is not used by the object.