org.riotfamily.components.model.wrapper
Class WrappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.riotfamily.components.model.wrapper.WrappingException
All Implemented Interfaces:
Serializable

public class WrappingException
extends RuntimeException

Since:
7.0
Author:
Felix Gnass [fgnass at neteye dot de]
See Also:
Serialized Form

Constructor Summary
WrappingException()
           
WrappingException(String message)
           
WrappingException(String message, Throwable cause)
           
WrappingException(Throwable cause)
           
 
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

WrappingException

public WrappingException()

WrappingException

public WrappingException(String message,
                         Throwable cause)

WrappingException

public WrappingException(String message)

WrappingException

public WrappingException(Throwable cause)