org.jnario.lib
Class UnexpectedExceptionError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.AssertionError
              extended by org.jnario.lib.UnexpectedExceptionError
All Implemented Interfaces:
Serializable

public class UnexpectedExceptionError
extends AssertionError

Author:
Sebastian Benz - Initial contribution and API
See Also:
Serialized Form

Constructor Summary
UnexpectedExceptionError(Class<? extends Throwable> expected, Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnexpectedExceptionError

public UnexpectedExceptionError(Class<? extends Throwable> expected,
                                Throwable cause)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2012-2013 BMW Car IT. All Rights Reserved.