org.apache.commons.math3.exception
Class NoDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.math3.exception.MathIllegalArgumentException
org.apache.commons.math3.exception.NoDataException
- All Implemented Interfaces:
- Serializable, ExceptionContextProvider
public class NoDataException
- extends MathIllegalArgumentException
Exception to be thrown when the required data is missing.
- Since:
- 2.2
- Version:
- $Id: NoDataException.java 1364378 2012-07-22 17:42:38Z tn $
- See Also:
- Serialized Form
NoDataException
public NoDataException()
- Construct the exception.
NoDataException
public NoDataException(Localizable specific)
- Construct the exception with a specific context.
- Parameters:
specific
- Contextual information on what caused the exception.
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.