org.starhope.appius.except
Class NotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.starhope.appius.except.NotFoundException
All Implemented Interfaces:
Serializable

public class NotFoundException
extends Exception

NotFoundException.java (org.starhope.appius.util) An exception thrown because something doesn't exist or couldn't be found. Project: Braque Copyright © 2009, Bruce-Robert Pocock This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see .

Author:
brpocock Created 4 March, 2009
See Also:
Serialized Form

Field Summary
(package private)  String msg
           
private static long serialVersionUID
           
 
Constructor Summary
NotFoundException(String msg)
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

msg

String msg
Constructor Detail

NotFoundException

public NotFoundException(String msg)