de.uni_paderborn.fujaba.gui
Class BasicPropertyEditor.ParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.uni_paderborn.fujaba.gui.BasicPropertyEditor.ParseException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
BasicPropertyEditor

public static class BasicPropertyEditor.ParseException
extends java.lang.Exception

thrown when the parse method fails

Version:
$Revision: 1.27 $ $Date: 2004/11/22 19:04:51 $
Author:
$Author: lowende $
See Also:
Serialized Form

Constructor Summary
BasicPropertyEditor.ParseException(java.lang.String message)
          Constructs a new exception with the specified detail 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

BasicPropertyEditor.ParseException

public BasicPropertyEditor.ParseException(java.lang.String message)
Constructs a new exception with the specified detail message. The cause is not initialized.

Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.