org.xeril.xml
Class XmlMapperException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.xeril.xml.XmlMapperException
All Implemented Interfaces:
java.io.Serializable

public class XmlMapperException
extends java.lang.Exception

This exception is raised when there is a problem in the mapping process

See Also:
Serialized Form

Constructor Summary
XmlMapperException(java.lang.String s)
          Constructs an XmlMapperException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlMapperException

public XmlMapperException(java.lang.String s)
Constructs an XmlMapperException with the specified detail message.

Parameters:
s - the message describing the problem