com.easyjf.web
Class NoPropertyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.easyjf.web.NoPropertyException
All Implemented Interfaces:
java.io.Serializable

public class NoPropertyException
extends java.lang.Exception

Title:属性不存在错误

Description:当用户企图执Form中不存在VO对像访问,抛出该错误!

Copyright: Copyright (c) 2006

Company: www.easyjf.com

Version:
1.0
Author:
蔡世友
See Also:
Serialized Form

Constructor Summary
NoPropertyException()
           
NoPropertyException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoPropertyException

public NoPropertyException()

NoPropertyException

public NoPropertyException(java.lang.String message)