Package org.aspectj.weaver.reflect
Class ReflectionWorld.ReflectionWorldException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.aspectj.weaver.reflect.ReflectionWorld.ReflectionWorldException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReflectionWorld
public static class ReflectionWorld.ReflectionWorldException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReflectionWorldException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ReflectionWorldException
public ReflectionWorldException(String message)
-
-