gov.lbl.genome.gui
Class InvalidDataEntryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.lbl.genome.gui.InvalidDataEntryException
All Implemented Interfaces:
java.io.Serializable

public class InvalidDataEntryException
extends java.lang.Exception

Title: InvalidDataEntryException

Description:

Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory

Company: LBNL

See Also:
Serialized Form

Constructor Summary
InvalidDataEntryException(java.lang.String 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

InvalidDataEntryException

public InvalidDataEntryException(java.lang.String message)