com.smardec.j2native
Class MemoryException

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

public class MemoryException
extends java.lang.RuntimeException

This exception is thrown when a native library code attempts to manipulate native memory and fails.


Constructor Summary
MemoryException(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

MemoryException

public MemoryException(java.lang.String reason)


Copyright © 2004-2005 Smardec. All Rights Reserved.