| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.codehaus.groovy.GroovyBugError
public class GroovyBugError
This class represents an error that is thrown when a bug is recognized inside the runtime. Basically it is thrown when a constraint is not fullfilled that should be fullfiled.
| Constructor Summary | |
|---|---|
GroovyBugError(Exception exception)
Constructs a bug error using the given exception  | 
|
GroovyBugError(String message)
constructs a bug error using the given text  | 
|
GroovyBugError(String msg,
               Exception exception)
Constructs a bug error using the given exception and a text with additional information about the cause  | 
|
| Method Summary | |
|---|---|
 String | 
getBugText()
Returns the bug text to describe this error  | 
 Throwable | 
getCause()
 | 
 String | 
getMessage()
Returns the detail message string of this error.  | 
 void | 
setBugText(String msg)
Sets the bug text to describe this error  | 
 String | 
toString()
Returns a String representation of this class by calling getMessage(). | 
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public GroovyBugError(String message)
message - the error message textpublic GroovyBugError(Exception exception)
exception - cause of this error
public GroovyBugError(String msg,
                      Exception exception)
msg - additional information about this errorexception - cause of this error| Method Detail | 
|---|
public String toString()
getMessage().
toString in class ThrowablegetMessage()public String getMessage()
getMessage in class Throwablepublic Throwable getCause()
getCause in class Throwablepublic String getBugText()
public void setBugText(String msg)
  | 
Copyright © 2003-2012 The Codehaus. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||