nl.coderight.jazz.form.binding
Class DataBindingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.coderight.jazz.form.binding.DataBindingException
All Implemented Interfaces:
Serializable

public class DataBindingException
extends Exception

See Also:
Serialized Form

Constructor Summary
DataBindingException(String message)
           
 
Method Summary
 Object getBean()
           
 String getProperty()
           
 void setBean(Object bean)
           
 void setProperty(String property)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataBindingException

public DataBindingException(String message)
Method Detail

getBean

public Object getBean()

setBean

public void setBean(Object bean)

getProperty

public String getProperty()

setProperty

public void setProperty(String property)


Copyright 2010 CodeRight, All rights reserved.