au.gov.nehta.vendorlibrary.clinicalpackage.util
Class SubmissionSetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by au.gov.nehta.vendorlibrary.clinicalpackage.util.SubmissionSetException
All Implemented Interfaces:
java.io.Serializable

public final class SubmissionSetException
extends java.lang.RuntimeException

Thrown to indicate that a SubmissionSet has been passed an illegal or inappropriate argument.

See Also:
Serialized Form

Constructor Summary
SubmissionSetException(java.util.Map<java.lang.String,java.util.List<java.lang.String>> errorMap)
          Constructs a SubmissionSetException with the supplied errors.
 
Method Summary
 java.lang.String toString()
          String representation of the exception's contents.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubmissionSetException

public SubmissionSetException(java.util.Map<java.lang.String,java.util.List<java.lang.String>> errorMap)
Constructs a SubmissionSetException with the supplied errors.

Parameters:
errorMap - the errors (type Map) causing the exception.
Method Detail

toString

public java.lang.String toString()
String representation of the exception's contents.

Overrides:
toString in class java.lang.Throwable
Returns:
formatted member exception (type String).