|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ch.hsr.bieridee.exceptions.WrongNodeTypeException
public class WrongNodeTypeException
Exception to be thrown when a node hasn't the expected type.
Constructor Summary | |
---|---|
WrongNodeTypeException(java.lang.String msg)
Constructor with message. |
|
WrongNodeTypeException(java.lang.Throwable cause)
Constructor with 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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WrongNodeTypeException(java.lang.String msg)
msg
- The messagepublic WrongNodeTypeException(java.lang.Throwable cause)
cause
- The cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |