org.oddjob.arooa.design.screem
Class BeanForm.ClassNotFoundForm

java.lang.Object
  extended by org.oddjob.arooa.design.screem.BeanForm.ClassNotFoundForm
All Implemented Interfaces:
Form
Enclosing class:
BeanForm

public static class BeanForm.ClassNotFoundForm
extends Object
implements Form

Form for when the class is missing or not found.


Constructor Summary
BeanForm.ClassNotFoundForm(String message)
           
 
Method Summary
 String getMessage()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanForm.ClassNotFoundForm

public BeanForm.ClassNotFoundForm(String message)
Method Detail

getTitle

public String getTitle()
Specified by:
getTitle in interface Form

getMessage

public String getMessage()