PropertySetParseException Class

com.bea.p13n.property
PropertySetParseException Class

public class PropertySetParseException

    extends ApplicationException

Application exception to signal a parsing problem while reading a Property Set definition from an XML document.


Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        PropertySetParseException
All Implemented Interfaces

Serializable

Constructor Summary

PropertySetParseException()

PropertySetParseException(String message, Throwable t)

Constructor
PropertySetParseException(String message)

Constructor
PropertySetParseException(Throwable t)

Constructor
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

PropertySetParseException

public PropertySetParseException()

PropertySetParseException

public PropertySetParseException(String message, 
                                 Throwable t)
Constructor

PropertySetParseException

public PropertySetParseException(String message)
Constructor

PropertySetParseException

public PropertySetParseException(Throwable t)
Constructor