net.sourceforge.jsh3modtool.mod
Class MissingEntryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.jsh3modtool.mod.MissingEntryException
All Implemented Interfaces:
java.io.Serializable

public class MissingEntryException
extends java.lang.Exception

Exception thrown when a mod package is missing an entry.

Author:
redsolo
See Also:
Serialized Form

Constructor Summary
MissingEntryException(java.lang.String entryname)
           
 
Method Summary
 java.lang.String getEntryName()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

MissingEntryException

public MissingEntryException(java.lang.String entryname)
Parameters:
entryname - the name of the entry that is missing.
Method Detail

getEntryName

public java.lang.String getEntryName()
Returns:
Returns the entry name that is missing.

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright © 2005 sourceforge.net. All Rights Reserved.