com.opensymphony.xwork
Class InvalidMetadataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.opensymphony.xwork.InvalidMetadataException
All Implemented Interfaces:
Serializable

public class InvalidMetadataException
extends RuntimeException

InvalidMetadataException

Version:
$Id: InvalidMetadataException.java 860 2006-03-03 16:10:09 +0100 (Fri, 03 Mar 2006) rainerh $
Author:
Rainer Hermanns
See Also:
Serialized Form

Constructor Summary
InvalidMetadataException(String msg)
          Create a new InvalidMetadataException with the supplied error 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

InvalidMetadataException

public InvalidMetadataException(String msg)
Create a new InvalidMetadataException with the supplied error message.

Parameters:
msg - the error message

XWork Project Page