|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.squawk.debugger.SDWPException
public class SDWPException
A SDWPException is thrown when there is an error parsing or handling a JDWP/SDWP request.
Constructor Summary | |
---|---|
SDWPException()
|
|
SDWPException(int error,
String msg)
|
|
SDWPException(String msg)
|
Method Summary | |
---|---|
int |
getError()
|
Methods inherited from class java.lang.Throwable |
---|
getMessage, printStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SDWPException()
public SDWPException(String msg)
public SDWPException(int error, String msg)
Method Detail |
---|
public final int getError()
|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |