org.fest.mocks
Class UnexpectedError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.fest.mocks.UnexpectedError
All Implemented Interfaces:
Serializable

public class UnexpectedError
extends RuntimeException

Understands an unexpected error.

Author:
Alex Ruiz
See Also:
Serialized Form

Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.