org.pojomatic
Class NoPojomaticPropertiesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.pojomatic.NoPojomaticPropertiesException
All Implemented Interfaces:
java.io.Serializable

public class NoPojomaticPropertiesException
extends java.lang.IllegalArgumentException

An exception thrown when asked to create a Pojomator for a class which has no properties annotated for use with Pojomatic.

See Also:
Serialized Form

Constructor Summary
NoPojomaticPropertiesException(java.lang.Class<?> pojoClass)
           
 
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

NoPojomaticPropertiesException

public NoPojomaticPropertiesException(java.lang.Class<?> pojoClass)


Copyright © 2008-2010. All Rights Reserved.