org.yaml.snakeyaml.constructor
Class ConstructorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.yaml.snakeyaml.error.YAMLException
org.yaml.snakeyaml.error.MarkedYAMLException
org.yaml.snakeyaml.constructor.ConstructorException
- All Implemented Interfaces:
- java.io.Serializable
public class ConstructorException
- extends MarkedYAMLException
- See Also:
- Serialized Form
Constructor Summary |
protected |
ConstructorException(java.lang.String context,
Mark contextMark,
java.lang.String problem,
Mark problemMark)
|
protected |
ConstructorException(java.lang.String context,
Mark contextMark,
java.lang.String problem,
Mark problemMark,
java.lang.Throwable cause)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConstructorException
protected ConstructorException(java.lang.String context,
Mark contextMark,
java.lang.String problem,
Mark problemMark,
java.lang.Throwable cause)
ConstructorException
protected ConstructorException(java.lang.String context,
Mark contextMark,
java.lang.String problem,
Mark problemMark)
Copyright © 2008-2011. All Rights Reserved.