com.g11ntoolkit.detokenizer
Class DetokSQLFileError

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

class DetokSQLFileError
extends java.lang.Exception

Reports errors while detokenizing the file.

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

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

DetokSQLFileError

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

Parameters:
s - a String specifying the error message