GWT 2.7.0

com.google.web.bindery.requestfactory.apt
Class ClientToDomainMapper.UnmappedTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.google.web.bindery.requestfactory.apt.ClientToDomainMapper.UnmappedTypeException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ClientToDomainMapper

public static class ClientToDomainMapper.UnmappedTypeException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
ClientToDomainMapper.UnmappedTypeException()
           
ClientToDomainMapper.UnmappedTypeException(javax.lang.model.type.TypeMirror clientType)
           
 
Method Summary
 javax.lang.model.type.TypeMirror getClientType()
           
 
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

ClientToDomainMapper.UnmappedTypeException

public ClientToDomainMapper.UnmappedTypeException()

ClientToDomainMapper.UnmappedTypeException

public ClientToDomainMapper.UnmappedTypeException(javax.lang.model.type.TypeMirror clientType)
Method Detail

getClientType

public javax.lang.model.type.TypeMirror getClientType()

GWT 2.7.0