net.refractions.udig.project.render
Class RenderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.refractions.udig.project.render.RenderException
All Implemented Interfaces:
java.io.Serializable

public class RenderException
extends java.lang.Exception

Indicates that an exception during Rendering has occurred.

Since:
0.6.0
Author:
jeichar
See Also:
Serialized Form

Constructor Summary
RenderException()
          Construct RenderException.
RenderException(java.lang.String msg)
          Construct RenderException.
RenderException(java.lang.String msg, java.lang.Throwable t)
          Construct RenderException.
RenderException(java.lang.Throwable t)
          Construct RenderException.
 
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

RenderException

public RenderException(java.lang.String msg,
                       java.lang.Throwable t)
Construct RenderException.

Parameters:
msg - comment about the exception
t - the exception that occurred

RenderException

public RenderException(java.lang.String msg)
Construct RenderException.

Parameters:
msg - comment about the exception

RenderException

public RenderException()
Construct RenderException.

Parameters:
msg - comment about the exception

RenderException

public RenderException(java.lang.Throwable t)
Construct RenderException.

Parameters:
t - the exception that occurred