org.fuin.utils4swing.appstarter
Class InputRequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fuin.utils4swing.appstarter.InputRequiredException
All Implemented Interfaces:
java.io.Serializable

public final class InputRequiredException
extends java.lang.Exception

An input field cannot be empty.

See Also:
Serialized Form

Constructor Summary
InputRequiredException(java.lang.String message)
          Constructor with message.
 
Method Summary
 
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

InputRequiredException

public InputRequiredException(java.lang.String message)
Constructor with message.

Parameters:
message - Error message.


Copyright © 2010 Future Invent Informationsmanagement GmbH. All Rights Reserved.