com.resilientedge.util.xmlmapping
Class XmlMappingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.resilientedge.util.exception.InfrastructureException
                    |
                    +--com.resilientedge.util.xmlmapping.XmlMappingException
All Implemented Interfaces:
java.io.Serializable

public class XmlMappingException
extends InfrastructureException

An exception thrown during marshaling or unmarshaling of JavaBeans to/from XML.

Author:
jwh
See Also:
Serialized Form

Constructor Summary
XmlMappingException()
          Default Constructor with no message or nested exception
XmlMappingException(java.lang.String message)
          Constructor with no nested exception, but a message
XmlMappingException(java.lang.String message, java.lang.Throwable nestedException)
          Constructor with a message and nested exception
 
Methods inherited from class com.resilientedge.util.exception.InfrastructureException
getMessage, getNestedException, hasNestedException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlMappingException

public XmlMappingException()
Default Constructor with no message or nested exception

XmlMappingException

public XmlMappingException(java.lang.String message)
Constructor with no nested exception, but a message
Parameters:
message - Parameter Description

XmlMappingException

public XmlMappingException(java.lang.String message,
                           java.lang.Throwable nestedException)
Constructor with a message and nested exception
Parameters:
message -  
nestedException - Parameter Description


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.