net.sf.arise.loading
Class PrivateMemberException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.sf.arise.util.ChainingException
                    |
                    +--net.sf.arise.loading.LoadingException
                          |
                          +--net.sf.arise.loading.PrivateMemberException
All Implemented Interfaces:
java.io.Serializable

public class PrivateMemberException
extends LoadingException

Exception signalling misbehaviour of some loading function

Author:
Kjetil Valstadsve
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
PrivateMemberException(java.lang.Class clazz, java.lang.reflect.Member member)
           
 
Methods inherited from class net.sf.arise.util.ChainingException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

PrivateMemberException

public PrivateMemberException(java.lang.Class clazz,
                              java.lang.reflect.Member member)


All code and documentation is

Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth