ca.uhn.hl7v2.conf.classes.exceptions
Class ConfRepException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ca.uhn.hl7v2.conf.classes.exceptions.ConformanceException
ca.uhn.hl7v2.conf.classes.exceptions.ConfRepException
- All Implemented Interfaces:
- Serializable
public class ConfRepException
- extends ConformanceException
This exception will be thrown when an invalid Repetition is attempted
- Author:
James Agnew
Paul Brohman
Mitch Delachevrotiere
Shawn Dyck
Cory Metcalf
- See Also:
- Serialized Form
|
Constructor Summary |
ConfRepException(int maxReps,
int desiredRep)
Constructor for ConfRepException |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConfRepException
public ConfRepException(int maxReps,
int desiredRep)
- Constructor for ConfRepException
- Parameters:
val - the error message to throw
Copyright © 2001-2012 University Health Network. All Rights Reserved.