org.springframework.metadata
Class AttributeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.springframework.core.NestedRuntimeException
                  extended byorg.springframework.metadata.AttributeException
All Implemented Interfaces:
java.io.Serializable

public class AttributeException
extends NestedRuntimeException

A simple wrapper for exceptions that occur within the metadata package.

Since:
Sep 28, 2003
Version:
$Id: AttributeException.java,v 1.3 2004/03/18 02:46:17 trisberg Exp $
Author:
Mark Pollack
See Also:
Serialized Form

Constructor Summary
AttributeException(java.lang.String msg)
           
AttributeException(java.lang.String msg, java.lang.Throwable ex)
           
 
Methods inherited from class org.springframework.core.NestedRuntimeException
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

AttributeException

public AttributeException(java.lang.String msg,
                          java.lang.Throwable ex)

AttributeException

public AttributeException(java.lang.String msg)


Copyright (C) 2003-2004 The Spring Framework Project.