org.dmonix.gui
Class NotValidException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.dmonix.gui.NotValidException
All Implemented Interfaces:
java.io.Serializable

public class NotValidException
extends java.lang.Exception

Copyright: Copyright (c) 2005

Company: dmonix.org

Version:
1.0
Author:
Peter Nerg
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
NotValidException(java.lang.String message)
          Constructs a default NotValidException using a specified message.
 
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

NotValidException

public NotValidException(java.lang.String message)
Constructs a default NotValidException using a specified message.

Parameters:
message - the message


Copyright © 1998-2005 dmonix.org Peter Nerg, All Rights Reserved.