public class

CustomizationValueNotFoundException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.htc.customization.CustomizationValueNotFoundException

Class Overview

Thrown when the customization value related to the specified key cannot be found.

Summary

Public Constructors
CustomizationValueNotFoundException()
Constructs a new CustomizationValueNotFoundException with the current stack trace.
CustomizationValueNotFoundException(String detailMessage)
Constructs a new CustomizationValueNotFoundException with the current stack trace and the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CustomizationValueNotFoundException ()

Constructs a new CustomizationValueNotFoundException with the current stack trace.

public CustomizationValueNotFoundException (String detailMessage)

Constructs a new CustomizationValueNotFoundException with the current stack trace and the specified detail message.

Parameters
detailMessage the detail message for this exception.