net.sf.javaprinciples.data.transformer
Class AttributeNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.