public class ClassStructureParsingException
extends java.lang.Exception
CacheObjectAttribute
.Constructor and Description |
---|
ClassStructureParsingException(java.lang.String msg,
java.lang.Class c)
Construct an exception with a custom message and the class where the exception was thrown.
|
ClassStructureParsingException(java.lang.String msg,
java.lang.reflect.Method m)
Construct an exception with a custom message and the method where the exception was thrown.
|
public ClassStructureParsingException(java.lang.String msg, java.lang.reflect.Method m)
msg
- the custom message.m
- the method.public ClassStructureParsingException(java.lang.String msg, java.lang.Class c)
msg
- the custom message.c
- the class.