webmngr.web
Class ParentNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--webmngr.web.ParentNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ParentNotFoundException
extends java.lang.Exception

Exception thrown when a MapElement Parent is unknown or has not been declared yet.

See Also:
Serialized Form

Constructor Summary
ParentNotFoundException()
          Default Constructor
ParentNotFoundException(java.lang.String msg)
          Constructor
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParentNotFoundException

public ParentNotFoundException()
Default Constructor

ParentNotFoundException

public ParentNotFoundException(java.lang.String msg)
Constructor
Parameters:
msg - The string message