org.ow2.jasmine.jade.fractal.api.control
Class NoSuchAttributeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.jasmine.jade.fractal.api.control.NoSuchAttributeException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchAttributeException
extends java.lang.Exception

Thrown when an error related to generic-attribute-controller occurs.

Author:
Noel de palma
See Also:
Serialized Form

Constructor Summary
NoSuchAttributeException(java.lang.String msg)
          Constructs an NoSuchAttributeException with the specified detail message.
 
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

NoSuchAttributeException

public NoSuchAttributeException(java.lang.String msg)
Constructs an NoSuchAttributeException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2008 OW2 Consortium. All Rights Reserved.