com.smardec.j2native
Class IllegalMemoryAccessException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.smardec.j2native.MemoryException
                          |
                          +--com.smardec.j2native.IllegalMemoryAccessException
All Implemented Interfaces:
java.io.Serializable

public class IllegalMemoryAccessException
extends MemoryException

This exception is thrown when a native library code attempts to reference an invalid memory location. This can be caused by either invalid call parameters or a fault in the native library itself.


Constructor Summary
IllegalMemoryAccessException(java.lang.String reason)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalMemoryAccessException

public IllegalMemoryAccessException(java.lang.String reason)


Copyright © 2004-2006 Smardec. All Rights Reserved.