net.sf.javaprinciples.data.transformer
Class AttributeNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.javaprinciples.data.transformer.AttributeNotFoundException
All Implemented Interfaces:
Serializable

public class AttributeNotFoundException
extends RuntimeException

An Exception thrown by ModelElementMappers to indicate an attribute was not found.

Author:
Kay Chevalier
See Also:
Serialized Form

Constructor Summary
AttributeNotFoundException(String msg)
          Constructs a new AttributeNotFoundException.
AttributeNotFoundException(String msg, Throwable exception)
          Constructs a new AttributeNotFoundException.
 
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

AttributeNotFoundException

public AttributeNotFoundException(String msg)
Constructs a new AttributeNotFoundException.

Parameters:
msg - the message.

AttributeNotFoundException

public AttributeNotFoundException(String msg,
                                  Throwable exception)
Constructs a new AttributeNotFoundException.

Parameters:
msg - the message.
exception - the cause.


Copyright © 2013. All Rights Reserved.