Class FreedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.haesleinhuepf.clij.coremem.exceptions.FreedException
-
- All Implemented Interfaces:
Serializable
public class FreedException extends RuntimeException
Exception thrown when ressource is freed more than once.- Author:
- royer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FreedException(String pErrorMessage)Instanciates a 'freed' exception with a given error message
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FreedException
public FreedException(String pErrorMessage)
Instanciates a 'freed' exception with a given error message- Parameters:
pErrorMessage- error message
-
-