cascading.operation
Class AssertionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cascading.CascadingException
                  extended by cascading.operation.OperationException
                      extended by cascading.operation.AssertionException
All Implemented Interfaces:
Serializable

public class AssertionException
extends OperationException

See Also:
Serialized Form

Constructor Summary
AssertionException()
           
AssertionException(String string)
           
AssertionException(String string, Throwable throwable)
           
AssertionException(Throwable throwable)
           
 
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

AssertionException

public AssertionException()

AssertionException

public AssertionException(String string)

AssertionException

public AssertionException(String string,
                          Throwable throwable)

AssertionException

public AssertionException(Throwable throwable)


Copyright © 2007-2008 Concurrent, Inc. All Rights Reserved.