Class ClassStructureParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.scaleout.client.caching.query.ClassStructureParsingException
All Implemented Interfaces:
Serializable

public class ClassStructureParsingException extends Exception
Thrown if there is an error parsing a class annotated with CacheObjectAttribute.
See Also:
  • Constructor Details

    • ClassStructureParsingException

      public ClassStructureParsingException(String msg, Method m)
      Construct an exception with a custom message and the method where the exception was thrown.
      Parameters:
      msg - the custom message.
      m - the method.
    • ClassStructureParsingException

      public ClassStructureParsingException(String msg, Class c)
      Construct an exception with a custom message and the class where the exception was thrown.
      Parameters:
      msg - the custom message.
      c - the class.