hhms
Class HHMSException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byhhms.HHMSException
All Implemented Interfaces:
java.io.Serializable

public class HHMSException
extends java.lang.Exception

This exception must be thrown when there is a try to get non-exist property.

Title: HHMSException

Copyright: Copyright (c) 2004

Company: CommunityGrids Labs at Indiana University

See Also:
Serialized Form

Constructor Summary
HHMSException(java.lang.String message)
          Construct a HHMSException with a reason for the exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HHMSException

public HHMSException(java.lang.String message)
Construct a HHMSException with a reason for the exception

Parameters:
message - a description of the Exception