Exceptions
 
Almost every Creo Object TOOLKIT Java method can throw an exception of type com.ptc.cipjava.jxthrowable. Surround each method you use with a try-catch-finally block to handle any exceptions that are generated. See the Exceptions section for more information.
Was this helpful?