Package pl.sgjp.morfeusz
Class MorfeuszException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- pl.sgjp.morfeusz.MorfeuszException
-
- All Implemented Interfaces:
java.io.Serializable
public class MorfeuszException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
swigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protected
MorfeuszException(long cPtr, boolean cMemoryOwn)
MorfeuszException(java.lang.String what)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
protected void
finalize()
protected static long
getCPtr(MorfeuszException obj)
protected static long
swigRelease(MorfeuszException obj)
java.lang.String
what()
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(MorfeuszException obj)
-
swigRelease
protected static long swigRelease(MorfeuszException obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.lang.Object
-
delete
public void delete()
-
what
public java.lang.String what()
-
-