org.jvyamlb
Class YAMLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jvyamlb.YAMLException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ComposerException, ConstructorException, EmitterException, ParserException, RepresenterException, ResolverException, ScannerException, SerializerException

public class YAMLException
extends java.lang.RuntimeException

Author:
Ola Bini
See Also:
Serialized Form

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

YAMLException

public YAMLException(java.lang.String message)

YAMLException

public YAMLException(java.lang.Throwable cause)


Copyright © 2002-2007 JRuby Team. All Rights Reserved.