|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
consciouscode.seedling.SeedlingException
consciouscode.seedling.NodeException
consciouscode.seedling.WrongNodeTypeException
public class WrongNodeTypeException
Indicates that a requested Seedling node has the wrong type.
| Constructor Summary | |
|---|---|
WrongNodeTypeException(NodeReference reference,
Class<?> expectedType,
Class<?> actualType)
|
|
| Method Summary | |
|---|---|
String |
getMessage()
|
| Methods inherited from class consciouscode.seedling.NodeException |
|---|
getReference |
| Methods inherited from class consciouscode.seedling.SeedlingException |
|---|
getReason, renderReasonAndCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 |
|---|
public WrongNodeTypeException(NodeReference reference,
Class<?> expectedType,
Class<?> actualType)
reference - a reference to the problematic node. Must not be null.| Method Detail |
|---|
public String getMessage()
getMessage in class SeedlingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||