com.g11ntoolkit.tokenizer
Class TokResourceBundleError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.g11ntoolkit.tokenizer.TokResourceBundleError
All Implemented Interfaces:
java.io.Serializable

public class TokResourceBundleError
extends java.lang.Exception

Reports errors during initialization of the tokenizer.

Version:
2005/06/27
Author:
Bill Rich, Wilandra Consulting LLC
Copyright © 2001-2005, Wilandra Consulting LLC. All rights reserved.

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.

See License Agreement.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
(package private) TokResourceBundleError(java.lang.String s)
          Constructs a TokResourceBundleError object.
 
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
 

Constructor Detail

TokResourceBundleError

TokResourceBundleError(java.lang.String s)
Constructs a TokResourceBundleError object.

Parameters:
s - a String specifying the error message