org.starhope.appius.except
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
msg
String msg
NotFoundException
public NotFoundException(String msg)