de.laures.cewolf.util
Class RenderingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.laures.cewolf.CewolfException
              extended byde.laures.cewolf.util.RenderingException
All Implemented Interfaces:
java.io.Serializable

public class RenderingException
extends CewolfException

Thrown when an error during rendering occured.

Author:
glaures
See Also:
Serialized Form

Constructor Summary
RenderingException()
          Constructor for RenderingException.
RenderingException(java.lang.String msg)
          Constructor for RenderingException.
RenderingException(java.lang.Throwable ex)
           
 
Method Summary
 void printStackTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RenderingException

public RenderingException()
Constructor for RenderingException.


RenderingException

public RenderingException(java.lang.String msg)
Constructor for RenderingException.

Parameters:
msg -

RenderingException

public RenderingException(java.lang.Throwable ex)
Method Detail

printStackTrace

public void printStackTrace()


Copyright © {inceptionYear}-2007 null. All Rights Reserved.