edu.stanford.nlp.util
Class ReflectionLoading.ReflectionLoadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.stanford.nlp.util.ReflectionLoading.ReflectionLoadingException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ReflectionLoading

public static class ReflectionLoading.ReflectionLoadingException
extends java.lang.RuntimeException

This class encapsulates all of the exceptions that can be thrown when loading something by reflection.

See Also:
Serialized Form

Constructor Summary
ReflectionLoading.ReflectionLoadingException(java.lang.Throwable reason)
           
 
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

ReflectionLoading.ReflectionLoadingException

public ReflectionLoading.ReflectionLoadingException(java.lang.Throwable reason)


Stanford NLP Group