com.collation.platform.model
Class AttributeNotSetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.collation.platform.model.ModelException
              extended by com.collation.platform.model.AttributeNotSetException
All Implemented Interfaces:
java.io.Serializable

public class AttributeNotSetException
extends ModelException

Exception thrown by ModelObjects on a getXXX accessor that hasn't been initialized by a setXXX accessor first. This allows for making a distinction between a getXXX accessor returning null and one that hasn't been initialized

Author:
johan
See Also:
Serialized Form

Constructor Summary
AttributeNotSetException()
          Creates a new instance of AttributeNotSetException
AttributeNotSetException(java.lang.String msg)
           
 
Method Summary
 
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

AttributeNotSetException

public AttributeNotSetException()
Creates a new instance of AttributeNotSetException


AttributeNotSetException

public AttributeNotSetException(java.lang.String msg)