org.teiid.query.mapping.xml
Class MappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.teiid.query.mapping.xml.MappingException
All Implemented Interfaces:
java.io.Serializable

public class MappingException
extends java.lang.Exception

This exception details about any issues related to the mapping document loading and its violations in document structure expected.

See Also:
Serialized Form

Constructor Summary
MappingException(java.lang.String msg)
           
MappingException(java.lang.String msg, java.lang.Throwable cause)
           
MappingException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

MappingException

public MappingException(java.lang.String msg)

MappingException

public MappingException(java.lang.String msg,
                        java.lang.Throwable cause)

MappingException

public MappingException(java.lang.Throwable cause)


Copyright © 2010. All Rights Reserved.