org.keplerproject.luajava
Class LuaException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.keplerproject.luajava.LuaException
All Implemented Interfaces:
java.io.Serializable

public class LuaException
extends java.lang.Exception

LuaJava exception

See Also:
Serialized Form

Constructor Summary
LuaException(java.lang.Exception e)
          Will work only on Java 1.4 or later.
LuaException(java.lang.String str)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LuaException

public LuaException(java.lang.String str)

LuaException

public LuaException(java.lang.Exception e)
Will work only on Java 1.4 or later. To work with Java 1.3, comment the first line and uncomment the second one.