Package gov.nasa.pds.tools.label
Class ExceptionContainer
java.lang.Object
gov.nasa.pds.tools.label.ExceptionContainer
- All Implemented Interfaces:
ExceptionHandler
public class ExceptionContainer extends Object implements ExceptionHandler
Implements an exception handler that retains the exceptions in memory.
- Author:
- pramirez
-
Constructor Summary
Constructors Constructor Description ExceptionContainer()
-
Method Summary
Modifier and Type Method Description void
addException(LabelException exception)
Reports an exception encountered during label validation.void
clear()
List<LabelException>
getExceptions()
Boolean
hasError()
Boolean
hasFatal()
Boolean
hasWarning()
-
Constructor Details
-
ExceptionContainer
public ExceptionContainer()
-
-
Method Details
-
clear
public void clear() -
getExceptions
-
addException
Description copied from interface:ExceptionHandler
Reports an exception encountered during label validation.- Specified by:
addException
in interfaceExceptionHandler
- Parameters:
exception
- the exception encountered
-
hasWarning
-
hasError
-
hasFatal
-