net.sf.ofx4j.io
Class RequiredAttributeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.ofx4j.OFXRuntimeException
                  extended by 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

Constructor Summary
RequiredAttributeException()
           
RequiredAttributeException(java.lang.String message)
           
RequiredAttributeException(java.lang.String message, java.lang.Throwable cause)
           
RequiredAttributeException(java.lang.Throwable cause)
           
 
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

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.