|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.enhydra.barracuda.core.util.exceptions.NestableException | +--org.enhydra.barracuda.core.comp.RenderException | +--org.enhydra.barracuda.core.comp.InvalidNodeException
This exception indicates the specified format is not supported.
Constructor Summary | |
InvalidNodeException()
The noargs public contructor for InvalidNodeException |
|
InvalidNodeException(java.lang.String s)
The public contructor for InvalidNodeException |
|
InvalidNodeException(java.lang.String s,
java.lang.Exception ibaseException)
The public contructor for InvalidNodeException |
Methods inherited from class org.enhydra.barracuda.core.util.exceptions.NestableException |
getBaseException, getRootException |
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 |
public InvalidNodeException()
public InvalidNodeException(java.lang.String s)
s
- a String describing the exceptionpublic InvalidNodeException(java.lang.String s, java.lang.Exception ibaseException)
s
- a String describing the exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |