Package com.wavefront.data
Class EmptyTagValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- com.wavefront.data.DataValidationException
-
- com.wavefront.data.EmptyTagValueException
-
- All Implemented Interfaces:
Serializable
public class EmptyTagValueException extends DataValidationException
Empty tag values can be handled as a special case, if desired.- Author:
- vasily@wavefront.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmptyTagValueException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EmptyTagValueException
public EmptyTagValueException(String message)
-
-