public class CogException
extends java.lang.Exception
Copyright 2005-2009 Partner Software, Inc.
| Constructor and Description |
|---|
CogException(Cog cog,
java.lang.String message)
Creates a CogException for the given Cog.
|
| Modifier and Type | Method and Description |
|---|---|
Cog |
getCog()
Returns the Cog causing this exception.
|
public CogException(Cog cog, java.lang.String message)
cog - cog node causing the problemmessage - message describing the problempublic Cog getCog()