|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.partnersoft.cog.CogException
public class CogException
A superclass for exceptions that occur within cogs. Can also be used for generic Cog exceptions that don't have an appropriate subclass.
Copyright 2005-2009 Partner Software, Inc.
| Constructor Summary | |
|---|---|
CogException(Cog cog,
java.lang.String message)
Creates a CogException for the given Cog. |
|
| Method Summary | |
|---|---|
Cog |
getCog()
Returns the Cog causing this exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CogException(Cog cog,
java.lang.String message)
cog - cog node causing the problemmessage - message describing the problem| Method Detail |
|---|
public Cog getCog()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||