com.rsa.swsj
Class ParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.rsa.swsj.SWSJException
              extended bycom.rsa.swsj.ParseException
All Implemented Interfaces:
java.io.Serializable

public class ParseException
extends SWSJException

This class defines an exception that occurs during parsing of input data.

See Also:
Serialized Form

Constructor Summary
ParseException(java.lang.String message)

Creates a ParseException object with the specified message.

 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException(java.lang.String message)
Creates a ParseException object with the specified message.

Parameters:
message - The String containing the detailed error message.