org.mockftpserver.core.util
Class AssertFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AssertFailedException
public AssertFailedException(String message)
- Create a new instance for the specified message
- Parameters:
message - - the exception message
Copyright © 2014. All rights reserved.