Class InvalidWriteAtReadOnly
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.haesleinhuepf.clij.coremem.exceptions.CoreMemException
-
- net.haesleinhuepf.clij.coremem.exceptions.InvalidWriteAtReadOnly
-
- All Implemented Interfaces:
Serializable
public class InvalidWriteAtReadOnly extends CoreMemException
Exception thrown when trying to write to a read-only memory object.- Author:
- royer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidWriteAtReadOnly(String pString)Instanciates with error message and Throwable causeInvalidWriteAtReadOnly(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
-
InvalidWriteAtReadOnly
public InvalidWriteAtReadOnly(String pString)
Instanciates with error message and Throwable cause- Parameters:
pString- error message
-
-