uci.util
Class UnexpectedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--uci.util.UnexpectedException

public class UnexpectedException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
UnexpectedException(String s, Throwable t)
           
UnexpectedException(Throwable e)
           
 
Method Summary
 Throwable getNestedException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnexpectedException

public UnexpectedException(String s,
                           Throwable t)

UnexpectedException

public UnexpectedException(Throwable e)
Method Detail

getNestedException

public Throwable getNestedException()