Library | Package Java Toolkit

Class XStringTooLong

package com.ptc.pfc.pfcExceptions;

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



Description

This exception is thrown when the specified string exceeds the maximum allowable length.



Method Summary
intGetMaxLength ()
    Get method for attribute "MaxLength"
    The maximum length allowed for a string
StringGetString ()
    Get method for attribute "String"
    The string

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

GetString

StringGetString ()


    The string



GetMaxLength

intGetMaxLength ()


    The maximum length allowed for a string