Groovy 2.2.0

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

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              org.codehaus.groovy.runtime.powerassert.SourceTextNotAvailableException

public class SourceTextNotAvailableException
extends RuntimeException

Indicates that the source text for an assertion statement is not available.

Authors:
Peter Niederwieser


Constructor Summary
SourceTextNotAvailableException(AssertStatement stat, SourceUnit unit, String msg)

 
Method Summary
 
Methods inherited from class RuntimeException
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 Exception
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 

Constructor Detail

SourceTextNotAvailableException

public SourceTextNotAvailableException(AssertStatement stat, SourceUnit unit, String msg)


 

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