pl.bristleback.server.bristle.exceptions
Class BristleTokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by pl.bristleback.server.bristle.exceptions.BristleTokenException
All Implemented Interfaces:
java.io.Serializable

public class BristleTokenException
extends java.lang.RuntimeException

Thrown while processing or using Tokenize operation.

Created on: 2011-01-09 21:37:09

Author:
Wojciech Niemiec
See Also:
Serialized Form

Constructor Summary
BristleTokenException()
           
BristleTokenException(java.lang.String s)
           
BristleTokenException(java.lang.String s, java.lang.Throwable throwable)
           
 
Method Summary
 
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

BristleTokenException

public BristleTokenException()

BristleTokenException

public BristleTokenException(java.lang.String s)

BristleTokenException

public BristleTokenException(java.lang.String s,
                             java.lang.Throwable throwable)


Copyright © 2011. All Rights Reserved.