org.springframework.metadata
Class AttributeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.springframework.core.NestedRuntimeException
                          |
                          +--org.springframework.metadata.AttributeException

public class AttributeException
extends NestedRuntimeException

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

Author:
Mark Pollack
Version: $Id: AttributeException.java,v 1.2 2003/12/30 00:45:28 jhoeller Exp $
Since: Sep 28, 2003

Constructor Summary
AttributeException(String msg, Throwable ex)
           
AttributeException(String msg)
           

Methods inherited from class org.springframework.core.NestedRuntimeException
getCause, getMessage, printStackTrace, printStackTrace

Methods inherited from class java.lang.Throwable
printStackTrace, getStackTrace, setStackTrace, getLocalizedMessage, toString, fillInStackTrace, initCause

Methods inherited from class java.lang.Object
hashCode, notify, notifyAll, wait, wait, wait, getClass, equals

Constructor Detail

AttributeException

public AttributeException(String msg, Throwable ex)

AttributeException

public AttributeException(String msg)