toxTree.exceptions
Class IntrospectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by toxTree.exceptions.IntrospectionException
All Implemented Interfaces:
java.io.Serializable

public class IntrospectionException
extends java.lang.Exception

To care for all failures that can happen in Introspection

Author:
Nina Jeliazkova Modified 2005-10-23
See Also:
Serialized Form

Constructor Summary
IntrospectionException()
           
IntrospectionException(java.lang.String message)
           
IntrospectionException(java.lang.String message, java.lang.Throwable cause)
           
IntrospectionException(java.lang.Throwable cause)
           
 
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

IntrospectionException

public IntrospectionException()

IntrospectionException

public IntrospectionException(java.lang.String message)
Parameters:
message -

IntrospectionException

public IntrospectionException(java.lang.Throwable cause)
Parameters:
cause -

IntrospectionException

public IntrospectionException(java.lang.String message,
                              java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.