Groovy 2.2.0

org.codehaus.groovy.runtime.powerassert
[Java] Class PowerAssertionError

java.lang.Object
  java.lang.Throwable
      java.lang.Error
          java.lang.AssertionError
              org.codehaus.groovy.runtime.powerassert.PowerAssertionError

public class PowerAssertionError
extends AssertionError

Indicates that a power assertion has failed.

Authors:
Peter Niederwieser


Constructor Summary
PowerAssertionError(String msg)

 
Method Summary
String toString()

 
Methods inherited from class AssertionError
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Error
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 

Constructor Detail

PowerAssertionError

public PowerAssertionError(String msg)


 
Method Detail

toString

@Override
public String toString()


 

Copyright © 2003-2013 The Codehaus. All rights reserved.