Package org.robwork.sdurw
Class VectorException
- java.lang.Object
-
- org.robwork.sdurw.VectorException
-
public class VectorException extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VectorException()VectorException(long n)VectorException(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Exception x)longcapacity()voidclear()voiddelete()Exceptionget(int i)static longgetCPtr(VectorException obj)booleanisEmpty()voidreserve(long n)voidset(int i, Exception val)longsize()
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(VectorException obj)
-
delete
public void delete()
-
size
public long size()
-
capacity
public long capacity()
-
reserve
public void reserve(long n)
-
isEmpty
public boolean isEmpty()
-
clear
public void clear()
-
add
public void add(Exception x)
-
get
public Exception get(int i)
-
set
public void set(int i, Exception val)
-
-