Class ClassificationReportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
com.ptc.windchill.partslink.utils.ClassificationReportException
All Implemented Interfaces:
Serializable, LocalizableMessage, Message

public final class ClassificationReportException extends WTException
ClassificationReportException handles exception reporting from report generator. reports specific error code along with message. Caller to handle error code and perform appropriate action.

Supported API: true

Extendable: false
See Also:
  • Constructor Details

    • ClassificationReportException

      public ClassificationReportException(WTMessage msg, String code)


      Supported API: true
      Parameters:
      msg - the message.
      code - list of codes to be passed along with valid set of codes.
  • Method Details

    • getErrorCode

      public String getErrorCode()


      Supported API: true