ch.hsr.bieridee.exceptions
Class WrongNodeTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.hsr.bieridee.exceptions.WrongNodeTypeException
All Implemented Interfaces:
java.io.Serializable

public class WrongNodeTypeException
extends java.lang.Exception

Exception to be thrown when a node hasn't the expected type.

See Also:
Serialized Form

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

WrongNodeTypeException

public WrongNodeTypeException(java.lang.String msg)
Constructor with message.

Parameters:
msg - The message

WrongNodeTypeException

public WrongNodeTypeException(java.lang.Throwable cause)
Constructor with cause.

Parameters:
cause - The cause