Library | Package Java Toolkit

Class XInvalidEnumValue

package com.ptc.pfc.pfcExceptions;

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



Description

This exception is thrown when an integer used as enumerated value can not be mapped to the enumerated type.



Method Summary
StringGetName ()
    Get method for attribute "Name"
    The name of the enumerated type
intGetValue ()
    Get method for attribute "Value"
    The invalid value

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

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

Method Detail

GetName

StringGetName ()


    The name of the enumerated type



GetValue

intGetValue ()


    The invalid value