net.sf.fmj.ui.objeditor
Class ComponentValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.fmj.ui.objeditor.ComponentValidationException
All Implemented Interfaces:
java.io.Serializable

public class ComponentValidationException
extends java.lang.Exception

Author:
Ken Larson
See Also:
Serialized Form

Constructor Summary
ComponentValidationException(java.awt.Component component, java.lang.String msg)
           
 
Method Summary
 java.awt.Component getComponent()
           
 
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

ComponentValidationException

public ComponentValidationException(java.awt.Component component,
                                    java.lang.String msg)
Method Detail

getComponent

public java.awt.Component getComponent()