public class CGThrowable
extends Throwable
| Modifier and Type | Field and Description |
|---|---|
(package private) Object |
offendingObject |
| Constructor and Description |
|---|
CGThrowable(String s)
Creates a throwable CharGer exception with the given message @param s message associated with this exception
|
CGThrowable(String s,
Object o)
Creates a throwable CharGer exception with the given message and source @param s message associated with this exception @param o object that threw the exception
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject() |
void |
setObject(Object o)
Creates a throwable CharGer exception involving the given object @param o object that threw the exception (null if there isn't one)
|
public CGThrowable(String s)
public CGThrowable(String s,
Object o)
public void setObject(Object o)
public Object getObject()