org.tm4j.tolog
Class TologFragmentBuilderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.tm4j.tolog.TologFragmentBuilderException
All Implemented Interfaces:
java.io.Serializable

Deprecated. from 0.9.5 use the pacakge org.tm4j.tologx

public class TologFragmentBuilderException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
TologFragmentBuilderException(java.lang.String msg)
          Deprecated. Create a new TologFragmentBuilderException with the specified message.
TologFragmentBuilderException(java.lang.String msg, java.lang.Throwable cause)
          Deprecated. Create a new TologFragmentBuilderException with the specified message and nested cause.
 
Method Summary
 java.lang.Throwable getCause()
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TologFragmentBuilderException

public TologFragmentBuilderException(java.lang.String msg)
Deprecated. 
Create a new TologFragmentBuilderException with the specified message.


TologFragmentBuilderException

public TologFragmentBuilderException(java.lang.String msg,
                                     java.lang.Throwable cause)
Deprecated. 
Create a new TologFragmentBuilderException with the specified message and nested cause.

Method Detail

getCause

public java.lang.Throwable getCause()
Deprecated. 

toString

public java.lang.String toString()
Deprecated.