com.mchange.v1.xmlprops
Class XmlPropsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mchange.lang.PotentiallySecondaryException
              extended by com.mchange.v1.xmlprops.XmlPropsException
All Implemented Interfaces:
PotentiallySecondary, Serializable

public class XmlPropsException
extends PotentiallySecondaryException

See Also:
Serialized Form

Constructor Summary
XmlPropsException()
           
XmlPropsException(String msg)
           
XmlPropsException(String msg, Throwable t)
           
XmlPropsException(Throwable t)
           
 
Method Summary
 
Methods inherited from class com.mchange.lang.PotentiallySecondaryException
getNestedThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlPropsException

public XmlPropsException(String msg,
                         Throwable t)

XmlPropsException

public XmlPropsException(Throwable t)

XmlPropsException

public XmlPropsException(String msg)

XmlPropsException

public XmlPropsException()