Class UnsupportedWrappingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.haesleinhuepf.clij.coremem.exceptions.CoreMemException
-
- net.haesleinhuepf.clij.coremem.exceptions.UnsupportedWrappingException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedWrappingException extends CoreMemException
Exception thrown for unsupported wrapping of a memory object- Author:
- royer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedWrappingException(String pErrorMessage)Instanciates with an error message.UnsupportedWrappingException(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
-
UnsupportedWrappingException
public UnsupportedWrappingException(String pErrorMessage)
Instanciates with an error message.- Parameters:
pErrorMessage- error message
-
-