org.codehaus.metaclass.introspector
Class MetaClassException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.metaclass.introspector.MetaClassException
All Implemented Interfaces:
java.io.Serializable

public class MetaClassException
extends java.lang.Exception

Exception if unable to locate MetaClass data for a particular class.

Version:
$Revision: 1.2 $ $Date: 2003/11/27 08:09:53 $
Author:
Peter Donald
See Also:
Serialized Form

Constructor Summary
MetaClassException(java.lang.String message)
          Create an exception with specified message.
MetaClassException(java.lang.String message, java.lang.Throwable cause)
          Create an exception with specified message and cause.
 
Method Summary
 java.lang.Throwable getCause()
          Return the exception that caused this exception (if any).
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

MetaClassException

public MetaClassException(java.lang.String message)
Create an exception with specified message.

Parameters:
message - the message

MetaClassException

public MetaClassException(java.lang.String message,
                          java.lang.Throwable cause)
Create an exception with specified message and cause.

Parameters:
message - the message
cause - the exception that caused this exception
Method Detail

getCause

public java.lang.Throwable getCause()
Return the exception that caused this exception (if any).

Returns:
the exception that caused this exception (if any).


Copyright © 2003-2004 Codehaus. All Rights Reserved.