biggests.utils
Class InvalidNodeObjectTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by biggests.utils.InvalidNodeObjectTypeException
All Implemented Interfaces:
java.io.Serializable

public class InvalidNodeObjectTypeException
extends java.lang.Exception

Title:

Description:

Copyright: Copyright (C) 2007 Joana Gonçalves This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See Also:
Serialized Form

Constructor Summary
InvalidNodeObjectTypeException()
          Constructs a new instance of InvalidNodeObjectTypeException.
InvalidNodeObjectTypeException(java.lang.String message)
          Constructs a new instance of InvalidDataTypeException with the given information message.
 
Method Summary
 
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

InvalidNodeObjectTypeException

public InvalidNodeObjectTypeException()
Constructs a new instance of InvalidNodeObjectTypeException.


InvalidNodeObjectTypeException

public InvalidNodeObjectTypeException(java.lang.String message)
Constructs a new instance of InvalidDataTypeException with the given information message.

Parameters:
message - String information message