Class UnknownSizeOfException

  • All Implemented Interfaces:
    Serializable

    public class UnknownSizeOfException
    extends CoreMemException
    Exception thrown when Size.of function canot determine the size in bytes of Java object.
    Author:
    royer
    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownSizeOfException

        public UnknownSizeOfException​(Object pOffendingObject)
        Constructs with object for which the size cannot be determined.
        Parameters:
        pOffendingObject - offending object for which the size could not be determined