net.sf.ofx4j.io
Class RequiredAttributeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.ofx4j.OFXRuntimeException
net.sf.ofx4j.io.RequiredAttributeException
- All Implemented Interfaces:
- java.io.Serializable
public class RequiredAttributeException
- extends OFXRuntimeException
Thrown when a required attribute of an aggregate is null or empty.
- Author:
- Ryan Heaton
- See Also:
- Serialized Form
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 |
RequiredAttributeException
public RequiredAttributeException()
RequiredAttributeException
public RequiredAttributeException(java.lang.String message)
RequiredAttributeException
public RequiredAttributeException(java.lang.String message,
java.lang.Throwable cause)
RequiredAttributeException
public RequiredAttributeException(java.lang.Throwable cause)
Copyright © 2008. All Rights Reserved.