org.jsxp.framework
Class DuplicateIdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jsxp.framework.DuplicateIdException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateIdException
extends java.lang.RuntimeException

The Class DuplicateIdException.

See Also:
Serialized Form

Constructor Summary
DuplicateIdException(java.lang.String message)
          Instantiates a new duplicate id exception.
 
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

DuplicateIdException

public DuplicateIdException(java.lang.String message)
Instantiates a new duplicate id exception.

Parameters:
message - the message


Copyright © 2012 Oliver Szymanski & David Tanzer