"

2013 FRC Java API

"

com.sun.squawk.util
Class UnexpectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.squawk.util.UnexpectedException

public class UnexpectedException
extends RuntimeException


Field Summary
protected  Throwable unexpected
           
 
Constructor Summary
UnexpectedException(String message, Throwable unexpected)
           
UnexpectedException(Throwable unexpected)
           
 
Method Summary
 void printStackTrace()
          Prints this Throwable and its backtrace to the standard error stream.
 
Methods inherited from class java.lang.Throwable
getMessage, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

unexpected

protected Throwable unexpected
Constructor Detail

UnexpectedException

public UnexpectedException(String message,
                           Throwable unexpected)

UnexpectedException

public UnexpectedException(Throwable unexpected)
Method Detail

printStackTrace

public void printStackTrace()
Description copied from class: Throwable
Prints this Throwable and its backtrace to the standard error stream. This method prints a stack trace for this Throwable object on the error output stream that is the value of the field System.err. The first line of output contains the result of the Throwable.toString() method for this object.

The format of the backtrace information depends on the implementation.

Overrides:
printStackTrace in class Throwable

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"