All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.havi.ui.HInvalidLookException Maven / Gradle / Ivy

package org.havi.ui;

/*
 * Copyright 2000-2003 by HAVi, Inc. Java is a trademark of Sun
 * Microsystems, Inc. All rights reserved.  
 */

/**
   An HInvalidLookException is an exception that is thrown when a
   particular {@link org.havi.ui.HLook HLook} is not compatible with
   the {@link org.havi.ui.HVisible HVisible} component it has been
   associated with.

  
The parameters to the constructors are as follows, in cases where parameters are not used, then the constructor should use the default values.

Default parameter values exposed in the constructors

ParameterDescriptionDefault value Set methodGet method
messageMessage explaining why the exception was thrown null-java.lang.Throwable#getMessage

Default parameter values not exposed in the constructors

DescriptionDefault valueSet method Get method
None.
*/ public class HInvalidLookException extends HUIException { /** * Creates an HInvalidLookException object. See the class * description for details of constructor parameters and default * values. */ public HInvalidLookException() { } /** * Creates an HInvalidLookException object with a specified * reason string. * * @param message the reason why the exception was raised */ public HInvalidLookException(String message) { } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy