net.user1.union.core.exception
Class EvaluationFailedAttributeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.user1.union.core.exception.UnionException
              extended by net.user1.union.core.exception.AttributeException
                  extended by net.user1.union.core.exception.EvaluationFailedAttributeException
All Implemented Interfaces:
java.io.Serializable

public class EvaluationFailedAttributeException
extends AttributeException

Thrown when trying to set an attribute that should be evaluated. Example: setting an attribute with a flag of AttributeFLAG_EVALUATE and a value of "%v + System.currentTimeMillis()" since evaluated values cannot contain alpha-characters other than "v".

See Also:
Serialized Form

Constructor Summary
EvaluationFailedAttributeException()
           
EvaluationFailedAttributeException(java.lang.String message)
           
EvaluationFailedAttributeException(java.lang.String message, java.lang.Throwable cause)
           
 
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

EvaluationFailedAttributeException

public EvaluationFailedAttributeException()

EvaluationFailedAttributeException

public EvaluationFailedAttributeException(java.lang.String message)

EvaluationFailedAttributeException

public EvaluationFailedAttributeException(java.lang.String message,
                                          java.lang.Throwable cause)


Copyright USER1 Subsystems Corporation - Tue Jan 28 2014, 05:05 PM -0500