|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.vizzini.VizziniRuntimeException
org.vizzini.util.tree.ChildNotAllowedException
public class ChildNotAllowedException
Provides a runtime exception to signal that a tree node does not allow children.
Constructor Summary | |
---|---|
ChildNotAllowedException()
Construct this object. |
|
ChildNotAllowedException(String message)
Construct this object with the given message. |
|
ChildNotAllowedException(String message,
Throwable cause)
Construct this object with the given message and cause. |
|
ChildNotAllowedException(Throwable cause)
Construct this object with the given cause. |
Method Summary |
---|
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 ChildNotAllowedException()
public ChildNotAllowedException(String message)
message
- Message to include with the exception.public ChildNotAllowedException(Throwable cause)
cause
- The cause.public ChildNotAllowedException(String message, Throwable cause)
message
- Message to include with the exception.cause
- The cause.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |