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 booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protectedMorfeuszException(long cPtr, boolean cMemoryOwn)MorfeuszException(java.lang.String what)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(MorfeuszException obj)protected static longswigRelease(MorfeuszException obj)java.lang.Stringwhat()
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(MorfeuszException obj)
-
swigRelease
protected static long swigRelease(MorfeuszException obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classjava.lang.Object
-
delete
public void delete()
-
what
public java.lang.String what()
-
-