org.codehaus.metaclass.introspector
Class MetaClassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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 |
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 messagecause
- the exception that caused this exception
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.