WUI : API


org.westofj.wui
Class WRenderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.westofj.wui.WRenderException
All Implemented Interfaces:
Serializable

public class WRenderException
extends Exception

Exception thrown when there is an unrecoverable error while rendering a widget.

Version:
$Revision: 1.2 $, $Date: 2004/03/08 01:57:36 $
Author:
bill
See Also:
Serialized Form

Constructor Summary
WRenderException()
          Constructs a render exception.
WRenderException(String message)
          Constructs a render exception with the specified message.
WRenderException(String message, Throwable cause)
          Constructs a render exception with the specified message and cause.
WRenderException(Throwable cause)
          Constructs a render exception with the specified cause.
 
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

WRenderException

public WRenderException()
Constructs a render exception.


WRenderException

public WRenderException(String message)
Constructs a render exception with the specified message.

Parameters:
message - the exception message.

WRenderException

public WRenderException(String message,
                        Throwable cause)
Constructs a render exception with the specified message and cause.

Parameters:
message - the exception message.
cause - the exception which halted rendering.

WRenderException

public WRenderException(Throwable cause)
Constructs a render exception with the specified cause.

Parameters:
cause - the exception which halted rendering.

Copyright (c) 2003 West of J - All rights reserved.