org.apache.portals.graffito.jcr.exception
Class IncorrectAtomicTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.portals.graffito.jcr.exception.NestableRuntimeException
                  extended by org.apache.portals.graffito.jcr.exception.JcrMappingException
                      extended by org.apache.portals.graffito.jcr.exception.IncorrectAtomicTypeException
All Implemented Interfaces:
java.io.Serializable

public class IncorrectAtomicTypeException
extends JcrMappingException

Occurs when the jcr mapping converters try to assign or read an incorrect atomic field type.

Author:
Christophe Lombart, Alexandru Popescu
See Also:
Serialized Form

Constructor Summary
IncorrectAtomicTypeException(java.lang.String message)
           
IncorrectAtomicTypeException(java.lang.String message, java.lang.Throwable nested)
           
IncorrectAtomicTypeException(java.lang.Throwable nested)
           
 
Method Summary
 
Methods inherited from class org.apache.portals.graffito.jcr.exception.NestableRuntimeException
getCause, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncorrectAtomicTypeException

public IncorrectAtomicTypeException(java.lang.String message,
                                    java.lang.Throwable nested)

IncorrectAtomicTypeException

public IncorrectAtomicTypeException(java.lang.String message)

IncorrectAtomicTypeException

public IncorrectAtomicTypeException(java.lang.Throwable nested)


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.