Package org.opennms.nephron
Class MissingFieldsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.nephron.MissingFieldsException
-
- All Implemented Interfaces:
Serializable
public class MissingFieldsException extends Exception
Thrown when we are unable to derive aCompoundKeyfrom aFlowDocumentdue to one or more missing fields.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingFieldsException(String field, org.opennms.netmgt.flows.persistence.model.FlowDocument flow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opennms.netmgt.flows.persistence.model.FlowDocumentgetFlow()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MissingFieldsException
public MissingFieldsException(String field, org.opennms.netmgt.flows.persistence.model.FlowDocument flow)
-
-