public class UnknownEntityException
extends java.lang.RuntimeException
A common superclass for those exceptions allows a single catch block to have code handling them uniformly.
UnknownElementException,
UnknownAnnotationValueException,
UnknownTypeException,
Serialized Form| Modifier | Constructor and Description |
|---|---|
protected |
UnknownEntityException(java.lang.String message)
Creates a new
UnknownEntityException with the specified
detail message. |