Library | Package Java Toolkit

Class XNumberTooLarge

package com.ptc.pfc.pfcExceptions;

public class XNumberTooLarge
  extends com.ptc.pfc.pfcExceptions.XBadArgument



Description

This exception is thrown when a number passed to a method is too large.



Method Summary
doubleGetMaxValue ()
    Get method for attribute "MaxValue"
    Maximum allowed value.
doubleGetValue ()
    Get method for attribute "Value"
    The number passed as an argument.

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

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

Methods Inherited from Class com.ptc.pfc.pfcExceptions.XBadArgument
GetArgumentName

Method Detail

GetValue

doubleGetValue ()


    The number passed as an argument.



GetMaxValue

doubleGetMaxValue ()


    Maximum allowed value.