org.omnaest.utils.assertion
Class Assert.FailedOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.omnaest.utils.assertion.Assert.FailedOperationException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Assert
public static class Assert.FailedOperationException
- extends RuntimeException
RuntimeException that indicates a failed operation.
- Author:
- Omnaest
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Assert.FailedOperationException
public Assert.FailedOperationException(String message)
- Parameters:
message - - See Also:
Assert.FailedOperationException
Assert.FailedOperationException
public Assert.FailedOperationException(String message,
Throwable cause)
- Parameters:
message - cause - - See Also:
Assert.FailedOperationException
Copyright © 2013. All Rights Reserved.