org.apache.openjpa.util
public class: MetaDataException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.openjpa.util.OpenJPAException
org.apache.openjpa.util.UserException
org.apache.openjpa.util.MetaDataException
All Implemented Interfaces:
ExceptionInfo, Serializable
Exception type reserved for missing or invalid metadata.
- since:
0.3.0 -
- author:
Abe - White
| Method from org.apache.openjpa.util.MetaDataException Summary: |
|---|
|
getSubtype |
| Methods from org.apache.openjpa.util.UserException: |
|---|
|
getType |
| Methods from org.apache.openjpa.util.OpenJPAException: |
|---|
|
getCause, getFailedObject, getNestedThrowables, getSubtype, getType, isFatal, printStackTrace, printStackTrace, printStackTrace, setCause, setFailedObject, setFatal, setNestedThrowables, toString |
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Method from org.apache.openjpa.util.MetaDataException Detail: |
public int getSubtype() {
return METADATA;
}
|