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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchMemberException
public NoSuchMemberException(ClassItem cl,
String member)
- Create a new exception
- Parameters:
cl
- the class where the member could not be foundmember
- the name of the member which could not be found