net.sf.jlayercheck.util.exceptions
Class OrphanedSearchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jlayercheck.util.exceptions.OrphanedSearchException
All Implemented Interfaces:
Serializable

public class OrphanedSearchException
extends Exception

This exception is used in the search for orphaned classes when an error occurs.

Author:
webmaster@earth3d.org
See Also:
Serialized Form

Field Summary
protected  String message
           
 
Constructor Summary
OrphanedSearchException(String msg)
           
 
Method Summary
 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
 

Field Detail

message

protected String message
Constructor Detail

OrphanedSearchException

public OrphanedSearchException(String msg)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable
Returns:
the message


Copyright © 2007. All Rights Reserved.