org.xulux.api.gui
Class PropertyHandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.xulux.api.gui.PropertyHandlerException
All Implemented Interfaces:
java.io.Serializable

public class PropertyHandlerException
extends java.lang.RuntimeException

This is the exception that is thrown when something goes bad in the processing of properties. This exception is modeled this way, since jdk1.3 doesn't support cause!

Version:
$Id: $
Author:
Martin van den Bemt
See Also:
Serialized Form

Constructor Summary
PropertyHandlerException()
           
PropertyHandlerException(java.lang.String message)
           
PropertyHandlerException(java.lang.String message, java.lang.Throwable cause)
           
PropertyHandlerException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getRootCause()
           
 
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

PropertyHandlerException

public PropertyHandlerException()

PropertyHandlerException

public PropertyHandlerException(java.lang.Throwable cause)
Parameters:
cause -

PropertyHandlerException

public PropertyHandlerException(java.lang.String message,
                                java.lang.Throwable cause)
Parameters:
cause -

PropertyHandlerException

public PropertyHandlerException(java.lang.String message)
Parameters:
message -
Method Detail

getRootCause

public java.lang.Throwable getRootCause()
Returns:
the rootcause of the exception. This can be null if something is just an invalidvalue


Copyright © 2002-2007 Martin van den Bemt. All Rights Reserved.