[Java] Class SourceTextNotAvailableException
- org.codehaus.groovy.runtime.powerassert.SourceTextNotAvailableException
Indicates that the source text for an assertion statement is not available.
- Authors:
- Peter Niederwieser
Constructor Summary
Constructor and description |
---|
SourceTextNotAvailableException
(AssertStatement stat, SourceUnit unit, String msg) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class RuntimeException | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
class Exception | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Constructor Detail
public SourceTextNotAvailableException(AssertStatement stat, SourceUnit unit, String msg)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/runtime/powerassert/SourceTextNotAvailableException.html