Class UnknownSizeOfException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.haesleinhuepf.clij.coremem.exceptions.CoreMemException
-
- net.haesleinhuepf.clij.coremem.exceptions.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 Summary
Constructors Constructor Description UnknownSizeOfException(Object pOffendingObject)Constructs with object for which the size cannot be determined.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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
-
-