AdventNet Web NMS 4 API Specification

com.adventnet.management.config.xml
Class InvalidTemplateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.adventnet.management.config.xml.InvalidTemplateException
All Implemented Interfaces:
java.io.Serializable

public class InvalidTemplateException
extends java.lang.Exception
implements java.io.Serializable

InvalidTemplateException - to report when a template is badly formatted

See Also:
Serialized Form

Constructor Summary
InvalidTemplateException()
          Constructs an InvalidTemplateException with no detail message.
InvalidTemplateException(java.lang.String s)
          Constructs an InvalidTemplateException with the specified detail message.
 
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

InvalidTemplateException

public InvalidTemplateException()
Constructs an InvalidTemplateException with no detail message. A detail message is a String that describes this particular exception.

InvalidTemplateException

public InvalidTemplateException(java.lang.String s)
Constructs an InvalidTemplateException with the specified detail message. A detail message is a String that describes this particular exception.
Parameters:
s - the detail message

AdventNet Web NMS 4 API Specification