org.omnaest.utils.assertion
Class Assert.FailedOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
Assert.FailedOperationException(String message)
           
Assert.FailedOperationException(String message, Throwable cause)
           
 
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

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.