jrun.jsp.tags
Class GetProperty.NoSuchPropertyException

jrun.jsp.tags.LineNumberException
  |
  +--jrun.jsp.tags.GetProperty.NoSuchPropertyException
Enclosing class:
GetProperty

public class GetProperty.NoSuchPropertyException
extends LineNumberException

({page}:{line}) The bean {bean} does not have a {property} property


Field Summary
 java.lang.String bean
           
 java.lang.String property
           
 
Fields inherited from class jrun.jsp.tags.LineNumberException
line, page
 
Constructor Summary
GetProperty.NoSuchPropertyException(java.lang.String bean, java.lang.String property)
           
 
Methods inherited from class jrun.jsp.tags.LineNumberException
getMessage
 

Field Detail

bean

public final java.lang.String bean

property

public final java.lang.String property
Constructor Detail

GetProperty.NoSuchPropertyException

public GetProperty.NoSuchPropertyException(java.lang.String bean,
                                           java.lang.String property)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.