org.springframework.jee.interfaces
Class MetadataParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.jee.interfaces.MetadataParseException
All Implemented Interfaces:
Serializable

public class MetadataParseException
extends RuntimeException

Author:
Safin Li, Michael Chen
See Also:
Serialized Form

Constructor Summary
MetadataParseException(String msg)
           
MetadataParseException(String msg, Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

MetadataParseException

public MetadataParseException(String msg)

MetadataParseException

public MetadataParseException(String msg,
                              Throwable cause)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.