JAC project
AOPSYS
CEDRIC & LIP6 labs

org.objectweb.jac.core.rtti
Class NoSuchMemberException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.objectweb.jac.core.rtti.NoSuchMemberException
All Implemented Interfaces:
Serializable

public class NoSuchMemberException
extends RuntimeException

The exception that is thrown when the required member does not exist.

See Also:
Serialized Form

Constructor Summary
NoSuchMemberException(ClassItem cl, String member)
          Create a new exception
 
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

NoSuchMemberException

public NoSuchMemberException(ClassItem cl,
                             String member)
Create a new exception

Parameters:
cl - the class where the member could not be found
member - the name of the member which could not be found

Contact JAC development team:
Renaud Pawlak
Lionel Seinturier
Laurent Martelli