org.insolina.ydom
Class YamlDomException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.insolina.ydom.YamlDomException
All Implemented Interfaces:
java.io.Serializable

public class YamlDomException
extends java.lang.RuntimeException

Exception class to wrap all exceptions thrown by the YamlDom classes.

See Also:
Serialized Form

Constructor Summary
YamlDomException(java.lang.String message)
          Construct a YamlDomException with an error message.
YamlDomException(java.lang.Throwable t)
          Construct a YamlDomException with a nested exception.
 
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

YamlDomException

public YamlDomException(java.lang.String message)
Construct a YamlDomException with an error message.

Parameters:
message -

YamlDomException

public YamlDomException(java.lang.Throwable t)
Construct a YamlDomException with a nested exception.

Parameters:
t -