Package org.robwork.sdurw
Class VectorException
- java.lang.Object
- 
- org.robwork.sdurw.VectorException
 
- 
 public class VectorException extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description VectorException()VectorException(long n)VectorException(long cPtr, boolean cMemoryOwn)
 - 
Method SummaryAll 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- 
getCPtrpublic static long getCPtr(VectorException obj) 
 - 
deletepublic void delete() 
 - 
sizepublic long size() 
 - 
capacitypublic long capacity() 
 - 
reservepublic void reserve(long n) 
 - 
isEmptypublic boolean isEmpty() 
 - 
clearpublic void clear() 
 - 
addpublic void add(Exception x) 
 - 
getpublic Exception get(int i) 
 - 
setpublic void set(int i, Exception val)
 
- 
 
-