Package com.exedio.cope.reflect
Class FeatureField.NotFound
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- com.exedio.cope.reflect.FeatureField.NotFound
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FeatureField<E extends Feature>
public static final class FeatureField.NotFound extends IllegalStateException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureField<?>
getFeature()
String
getID()
Item
getItem()
String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getFeature
public FeatureField<?> getFeature()
-
getItem
public Item getItem()
-
getID
public String getID()
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-