org.objectweb.fractal.fraclet.annotation.generator.template.util
Class NonTypedFractalAttributeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.fractal.fraclet.annotation.generator.template.util.NonTypedFractalAttributeException
All Implemented Interfaces:
Serializable

public class NonTypedFractalAttributeException
extends Exception

This exception is thrown when a collection Fractal attribute which is not well typed is annotated with the Requires annotation

Author:
Nicolas Pessemier
See Also:
Serialized Form

Constructor Summary
NonTypedFractalAttributeException(String msg)
           
 
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

NonTypedFractalAttributeException

public NonTypedFractalAttributeException(String msg)