org.idoox.xml
Class TokenizerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.util.WrappedException
              extended byorg.idoox.xml.TokenizerException
All Implemented Interfaces:
java.io.Serializable

public class TokenizerException
extends WrappedException

Thrown by tokenizer if the XML being parsed is invalid or when call conditions are not fulfiled.

Since:
4.0
See Also:
WrappedException, Serialized Form
Component:
Core

Constructor Summary
TokenizerException()
          Creates a new TokenizerException instance.
TokenizerException(java.lang.String message)
          Creates a new TokenizerException instance.
TokenizerException(java.lang.String message, java.lang.Throwable reason)
          Creates a new TokenizerException instance.
TokenizerException(java.lang.Throwable reason)
          Creates a new TokenizerException instance.
 
Methods inherited from class org.idoox.util.WrappedException
getCause, getException, getLocalizedMessage, getRootException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TokenizerException

public TokenizerException()
Creates a new TokenizerException instance.

See Also:
org.idoox.util

TokenizerException

public TokenizerException(java.lang.String message)
Creates a new TokenizerException instance.

Parameters:
message - the message
See Also:
org.idoox.util

TokenizerException

public TokenizerException(java.lang.String message,
                          java.lang.Throwable reason)
Creates a new TokenizerException instance.

Parameters:
message - the message
reason - the embedded exception
See Also:
org.idoox.util

TokenizerException

public TokenizerException(java.lang.Throwable reason)
Creates a new TokenizerException instance.

Parameters:
reason - the embedded exception
See Also:
org.idoox.util