javax.realtime
Class MemoryTypeConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.realtime.MemoryTypeConflictException
- All Implemented Interfaces:
- Serializable
- public class MemoryTypeConflictException
- extends RuntimeException
Thrown when conflicting memory attributes are specified together,
or when a particular offset within physical memory is requested of
a particular type, and the offset doesn't match the type.
- Since:
- 0.3.8
- Author:
- Morgan Deters
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MemoryTypeConflictException
public MemoryTypeConflictException()
- A constructor for
MemoryTypeConflictException
.
MemoryTypeConflictException
public MemoryTypeConflictException(String description)
- A constructor for
MemoryTypeConflictException
that
takes a description.
- Parameters:
description
- textual description of the exception
jRate is developed and maintained by the jRate project development team.
Copyright (c) 2001-2006 Angelo Corsaro and Morgan Deters.