edu.stanford.nlp.util
Class ReflectionLoading.ReflectionLoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.stanford.nlp.util.ReflectionLoading.ReflectionLoadingException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ReflectionLoading
public static class ReflectionLoading.ReflectionLoadingException
- extends RuntimeException
This class encapsulates all of the exceptions that can be thrown
when loading something by reflection.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReflectionLoading.ReflectionLoadingException
public ReflectionLoading.ReflectionLoadingException(Throwable reason)
Stanford NLP Group