org.chromattic.metamodel.mapping
Class InvalidMappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.chromattic.api.ChromatticException
                  extended by org.chromattic.metamodel.MetaModelException
                      extended by org.chromattic.metamodel.mapping.InvalidMappingException
All Implemented Interfaces:
java.io.Serializable

public class InvalidMappingException
extends MetaModelException

Version:
$Revision$
Author:
Julien Viet
See Also:
Serialized Form

Constructor Summary
InvalidMappingException(org.reflext.api.ClassTypeInfo type)
           
InvalidMappingException(org.reflext.api.ClassTypeInfo type, java.lang.String message)
           
InvalidMappingException(org.reflext.api.ClassTypeInfo type, java.lang.String message, java.lang.Throwable cause)
           
InvalidMappingException(org.reflext.api.ClassTypeInfo type, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getMessage()
           
 org.reflext.api.ClassTypeInfo getType()
           
 
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
 

Constructor Detail

InvalidMappingException

public InvalidMappingException(org.reflext.api.ClassTypeInfo type)

InvalidMappingException

public InvalidMappingException(org.reflext.api.ClassTypeInfo type,
                               java.lang.String message)

InvalidMappingException

public InvalidMappingException(org.reflext.api.ClassTypeInfo type,
                               java.lang.String message,
                               java.lang.Throwable cause)

InvalidMappingException

public InvalidMappingException(org.reflext.api.ClassTypeInfo type,
                               java.lang.Throwable cause)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getType

public org.reflext.api.ClassTypeInfo getType()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.