consciouscode.seedling
Class SeedlingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
consciouscode.seedling.SeedlingException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConfigLoadingException, EvaluationException, InjectionException, NodeException, NodeProvisioningException, SyntaxException, TypeConversionException
public class SeedlingException
- extends Exception
Root class of all Seedling exceptions.
- See Also:
- Serialized Form
SeedlingException
protected SeedlingException()
- Constructor for subclasses that override
getMessage()
.
SeedlingException
public SeedlingException(String reason,
Throwable cause)
SeedlingException
public SeedlingException(String reason)
SeedlingException
public SeedlingException(Throwable cause)
getReason
public String getReason()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
renderReasonAndCause
protected void renderReasonAndCause(StringBuilder buffer)
- Render the reason (String) and cause (Throwable) at the end of a buffer.
Subclasses can use this if they override getMessage().
Copyright © 2001–2012
Todd V. Jonker. All Rights Reserved.