org.xulux.api.gui
Class PropertyHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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
-
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.