org.parancoe.yaml
Class YamlParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.parancoe.yaml.YamlParserException
All Implemented Interfaces:
java.io.Serializable

public class YamlParserException
extends java.lang.RuntimeException

YamlParserException is thrown when an invalid Yaml stream is encountered. Note: YamlParserException is a RuntimeException is is thrown by the JYaml library as an unchecked exception.

See Also:
Serialized Form

Constructor Summary
YamlParserException()
           
YamlParserException(java.lang.String message)
           
YamlParserException(java.lang.String message, java.lang.Throwable cause)
           
YamlParserException(java.lang.Throwable cause)
           
 
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

YamlParserException

public YamlParserException()

YamlParserException

public YamlParserException(java.lang.String message,
                           java.lang.Throwable cause)

YamlParserException

public YamlParserException(java.lang.String message)

YamlParserException

public YamlParserException(java.lang.Throwable cause)


Copyright © 2007 JUG Padova Parancoe Team. All Rights Reserved.