Library | Package Java Toolkit

Class XToolkitDllInitializeFailed

package com.ptc.pfc.pfcExceptions;

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



Description

This exception signals that initialization of a Creo Parametric TOOLKIT DLL failed.
See Also:
BaseSession.LoadProToolkitDll(String, String, String, boolean)



Method Summary
StringGetUserInitializeMessage ()
    Get method for attribute "UserInitializeMessage"
    The error string passed back from the application's user_initialize method.
intGetUserInitializeReturn ()
    Get method for attribute "UserInitializeReturn"
    The error return value passed back from the applications's user_initialize method.

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

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

Method Detail

GetUserInitializeReturn

intGetUserInitializeReturn ()


    The error return value passed back from the applications's user_initialize method.



GetUserInitializeMessage

StringGetUserInitializeMessage ()


    The error string passed back from the application's user_initialize method.