com.inline.feature
Class InvalidFeatureException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.inline.feature.InvalidFeatureException

public class InvalidFeatureException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
InvalidFeatureException(Feature feature, com.sun.java.util.collections.List errors)
           
 
Method Summary
 com.sun.java.util.collections.List getErrors()
           
 Feature getFeature()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidFeatureException

public InvalidFeatureException(Feature feature,
                               com.sun.java.util.collections.List errors)
Parameters:
errors - is a list of ValidationError objects
Method Detail

getFeature

public Feature getFeature()

getErrors

public com.sun.java.util.collections.List getErrors()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable