Class UnsupportedMemoryResizingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.haesleinhuepf.clij.coremem.exceptions.CoreMemException
-
- net.haesleinhuepf.clij.coremem.exceptions.UnsupportedMemoryResizingException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedMemoryResizingException extends CoreMemException
Exception thrown when trying to resize a memory object that cannot be resized.- Author:
- royer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedMemoryResizingException(String pErrorMessage)Instanciates with error messageUnsupportedMemoryResizingException(String pErrorMessage, Throwable pThrowable)Instanciates with error message and Throwable cause
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedMemoryResizingException
public UnsupportedMemoryResizingException(String pErrorMessage)
Instanciates with error message- Parameters:
pErrorMessage- error message
-
-