net.sf.rej.gui.editor
Class BasicInfoEditor.ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.rej.gui.editor.BasicInfoEditor.ValidationException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
BasicInfoEditor

public static class BasicInfoEditor.ValidationException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
BasicInfoEditor.ValidationException(java.lang.String validationMessage)
           
 
Method Summary
 java.lang.String getValidationMessage()
           
 
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

BasicInfoEditor.ValidationException

public BasicInfoEditor.ValidationException(java.lang.String validationMessage)
Method Detail

getValidationMessage

public java.lang.String getValidationMessage()