Library | Package Java Toolkit

Class XBadGetArgValue

package com.ptc.pfc.pfcExceptions;

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



Description

This exception signals that you attempted to access the wrong type of value from a ArgValue object.

Use the argument value discriminator to determine the type before attempting to access individual value.



Method Summary
ArgValueTypeGetType ()
    Get method for attribute "Type"
    The actual type of the argument value object.

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

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

Method Detail

GetType

ArgValueTypeGetType ()


    The actual type of the argument value object.