corelib.services.web.components
Class TemplatedComponentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by corelib.services.web.components.TemplatedComponentException
All Implemented Interfaces:
java.io.Serializable

public class TemplatedComponentException
extends java.lang.RuntimeException

This exception class is used to represent problems thrown during templated component treatment.

Since:
0.4.0
Author:
Dominique Liard
See Also:
Serialized Form

Constructor Summary
TemplatedComponentException()
          Class constructor.
TemplatedComponentException(java.lang.String message)
          Class constructor.
TemplatedComponentException(java.lang.String message, java.lang.Throwable cause)
          Class constructor.
 
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

TemplatedComponentException

public TemplatedComponentException()
Class constructor.


TemplatedComponentException

public TemplatedComponentException(java.lang.String message)
Class constructor.

Parameters:
message - The message associated to this exception.

TemplatedComponentException

public TemplatedComponentException(java.lang.String message,
                                   java.lang.Throwable cause)
Class constructor.

Parameters:
message - The message associated to this exception.
cause - The exception that is cause this exception.


CAUTION: Ellipse is proposed to you in BETA version to allow evaluation of this framework. Infini Software is released from any responsibility for the use of Ellipse Framework.

Copyright 2012 Infini Software - All Rights Reserved.