com.partnersoft.cog
Class CogValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.partnersoft.cog.CogException
              extended by com.partnersoft.cog.CogValidationException
All Implemented Interfaces:
java.io.Serializable

public class CogValidationException
extends CogException

Thrown when a validation error occurs. Generally, however, it is not thrown but instead added to a list of errors.

Copyright 2005-2009 Partner Software, Inc.

Version:
$Id: CogValidationException.java 2044 2009-08-22 22:11:09Z paul $
Author:
Paul Reavis
See Also:
Serialized Form

Constructor Summary
CogValidationException(Cog cog, java.lang.String message)
           
 
Method Summary
 
Methods inherited from class com.partnersoft.cog.CogException
getCog
 
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

CogValidationException

public CogValidationException(Cog cog,
                              java.lang.String message)