objectgen.usecase
Class UseCaseXMLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byobjectgen.usecase.UseCaseXMLException
All Implemented Interfaces:
java.io.Serializable

public class UseCaseXMLException
extends java.lang.RuntimeException

This exception indicates an erro when reading a use case in a XML file

See Also:
Serialized Form

Constructor Summary
UseCaseXMLException()
          Creates a new instance of UseCaseXMLException without detail message.
UseCaseXMLException(java.lang.String msg)
          Constructs an instance of UseCaseXMLException with the specified detail message.
 
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

UseCaseXMLException

public UseCaseXMLException()
Creates a new instance of UseCaseXMLException without detail message.


UseCaseXMLException

public UseCaseXMLException(java.lang.String msg)
Constructs an instance of UseCaseXMLException with the specified detail message.

Parameters:
msg - the detail message.