Extend java.lang.Error rather than Exception.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136996 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Rall 2002-08-26 06:03:57 +00:00
parent 2789de54dc
commit 7cc9255061
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
* @see org.apache.commons.lang.exception.NestableException
* @since 1.0
*/
public class NestableError extends Exception implements Nestable
public class NestableError extends Error implements Nestable
{
/**
* The helper instance which contains much of the code which we