xbn.string.escape
Class UnescapeStringException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--xbn.string.escape.UnescapeStringException
All Implemented Interfaces:
Serializable

public class UnescapeStringException
extends Exception

An exception used when the format of a string-to-be-unescaped is invalid. See UnescapeString.unescapeSB.

Source code:  UnescapeStringException.java

See Also:
Serialized Form

Constructor Summary
UnescapeStringException()
          Create an UnescapeStringException with no error message.
UnescapeStringException(String s_errMsg)
          Create an UnescapeStringException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnescapeStringException

public UnescapeStringException()

Create an UnescapeStringException with no error message.


UnescapeStringException

public UnescapeStringException(String s_errMsg)

Create an UnescapeStringException.




Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

http://sourceforge.net/projects/xbnjava

 

SourceForge.net Logo