exceptions
Class GroupUsedInFilesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by exceptions.MyException
              extended by exceptions.GroupUsedInFilesException
All Implemented Interfaces:
StandardExceptionMessageProvider, java.io.Serializable

public class GroupUsedInFilesException
extends MyException

See Also:
Serialized Form

Constructor Summary
GroupUsedInFilesException(java.lang.String groupName)
          Creates a new instance of NewClass
GroupUsedInFilesException(java.lang.String groupName, java.lang.String msg)
           
 
Method Summary
 java.lang.String getGroupName()
           
 
Methods inherited from class exceptions.MyException
getStandardMessage
 
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

GroupUsedInFilesException

public GroupUsedInFilesException(java.lang.String groupName)
Creates a new instance of NewClass


GroupUsedInFilesException

public GroupUsedInFilesException(java.lang.String groupName,
                                 java.lang.String msg)
Method Detail

getGroupName

public java.lang.String getGroupName()