2010 FRC Java API


com.sun.squawk.debugger
Class SDWPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.squawk.debugger.SDWPException

public class SDWPException
extends Exception

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

SDWPException

public SDWPException()

SDWPException

public SDWPException(int error,
                     String msg)

SDWPException

public SDWPException(String msg)
Method Detail

getError

public final int getError()

2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.