org.mockftpserver.core.util
Class AssertFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mockftpserver.core.util.AssertFailedException
All Implemented Interfaces:
Serializable

public final class AssertFailedException
extends RuntimeException

Exception that indicates that a runtime assertion from the Assert has failed.

Version:
$Revision: 8 $ - $Date: 2007-12-18 22:42:32 -0500 (Tue, 18 Dec 2007) $
Author:
Chris Mair
See Also:
Serialized Form

Constructor Summary
AssertFailedException(String message)
          Create a new instance for the specified message
 
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
 

Constructor Detail

AssertFailedException

public AssertFailedException(String message)
Create a new instance for the specified message

Parameters:
message - - the exception message


Copyright © 2014. All rights reserved.