r01f.marshalling
Class MarshallerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by r01f.exceptions.EnrichedException
              extended by 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

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
MarshallerException()
           
MarshallerException(java.lang.String msg)
           
MarshallerException(java.lang.String msg, java.lang.Throwable otherEx)
           
MarshallerException(java.lang.Throwable otherEx)
           
 
Method Summary
 
Methods inherited from class r01f.exceptions.EnrichedException
customizations, customized, getCausalChain, getCausalChainReversed, getMessage, getRootCause, getRootClassName, getRootMethod, getRootTraceElement, getStackTraceAsString
 
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
 
Methods inherited from interface r01f.exceptions.EnrichedThrowable
fillInStackTrace, printStackTrace
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

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)