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
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 |
InvalidFeatureException
public InvalidFeatureException(Feature feature,
com.sun.java.util.collections.List errors)
- Parameters:
errors
- is a list of ValidationError objects
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