r01f.marshalling
Class MarshallerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
r01f.exceptions.EnrichedException
r01f.marshalling.MarshallerException
- All Implemented Interfaces:
- java.io.Serializable, EnrichedThrowable
public class MarshallerException
- extends EnrichedException
Excepción que se lanza en el proceso de creacion de Objetos a partir de xml
o en el proceso de creaccion de xml a partir de objetos
Fecha de creación: (17/11/001)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
MarshallerException
public MarshallerException()
MarshallerException
public MarshallerException(java.lang.String msg,
java.lang.Throwable otherEx)
MarshallerException
public MarshallerException(java.lang.String msg)
MarshallerException
public MarshallerException(java.lang.Throwable otherEx)