com.abra.j2xb.beans.xmlBinding
Class XmlPersistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.abra.j2xb.beans.exceptions.MOBeansException
com.abra.j2xb.beans.xmlBinding.XmlPersistException
- All Implemented Interfaces:
- java.io.Serializable
public class XmlPersistException
- extends MOBeansException
- Since:
- JDK1.5
- Version:
- 1.0, May 1, 2008
- Author:
- Yoav Abrahami
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XmlPersistException
public XmlPersistException(java.lang.String message,
java.lang.Exception e,
java.lang.String... args)
XmlPersistException
public XmlPersistException(java.lang.String message,
java.lang.String... args)
createReadException
public static XmlPersistException createReadException(java.lang.Exception e,
MOAnnotationLocation annotationLocation)
createReadException
public static XmlPersistException createReadException(MOAnnotationLocation annotationLocation,
java.lang.String message)
createReadException
public static XmlPersistException createReadException(java.lang.Exception e,
MOAnnotationLocation annotationLocation,
java.lang.String message)
createPersistException
public static XmlPersistException createPersistException(java.lang.Exception e,
MOAnnotationLocation annotationLocation)
createPersistException
public static XmlPersistException createPersistException(java.lang.Exception e,
MOAnnotationLocation annotationLocation,
java.lang.String message)
createReadException
public static XmlPersistException createReadException(java.lang.Exception e,
MOBeanDescriptor beanDescriptor)
Copyright © 2008. All Rights Reserved.