corelib.services.web.bindings
Class BindingException

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

public class BindingException
extends java.lang.RuntimeException

This exception class is used to represent problems thrown during evaluation of binding expression.

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

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

BindingException

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

Parameters:
message - The message associated to this exception.

BindingException

public BindingException(java.lang.Throwable cause)
Class constructor.

Parameters:
cause - The throwable instance that is cause this exception.

BindingException

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

Parameters:
message - The message associated to this exception.
cause - The throwable instance 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.