org.apache.blur.thrift
Class BException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.blur.thirdparty.thrift_0_9_0.TException
              extended by org.apache.blur.thrift.generated.BlurException
                  extended by org.apache.blur.thrift.BException
All Implemented Interfaces:
Serializable, Cloneable, Comparable<BlurException>, TBase<BlurException,BlurException._Fields>

public class BException
extends BlurException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.blur.thrift.generated.BlurException
BlurException._Fields
 
Field Summary
 
Fields inherited from class org.apache.blur.thrift.generated.BlurException
errorType, message, metaDataMap, stackTraceStr
 
Constructor Summary
BException(String message, Object... parameters)
           
BException(String message, Throwable t)
           
BException(String message, Throwable t, Object... parameters)
           
 
Method Summary
static String toString(Throwable t)
           
 
Methods inherited from class org.apache.blur.thrift.generated.BlurException
clear, compareTo, deepCopy, equals, equals, fieldForId, getErrorType, getFieldValue, getMessage, getStackTraceStr, hashCode, isSet, isSetErrorType, isSetMessage, isSetStackTraceStr, read, setErrorType, setErrorTypeIsSet, setFieldValue, setMessage, setMessageIsSet, setStackTraceStr, setStackTraceStrIsSet, toString, unsetErrorType, unsetMessage, unsetStackTraceStr, validate, write
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BException

public BException(String message,
                  Throwable t)

BException

public BException(String message,
                  Object... parameters)

BException

public BException(String message,
                  Throwable t,
                  Object... parameters)
Method Detail

toString

public static String toString(Throwable t)


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.