org.commonjava.tensor.data
Class TensorDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.commonjava.tensor.TensorException
              extended by org.commonjava.tensor.data.TensorDataException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MultiTensorDataException

public class TensorDataException
extends TensorException

See Also:
Serialized Form

Constructor Summary
TensorDataException(String message, List<Throwable> nested, Object... params)
           
TensorDataException(String message, Object... params)
           
TensorDataException(String message, Throwable error, Object... params)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class org.commonjava.tensor.TensorException
getLocalizedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

TensorDataException

public TensorDataException(String message,
                           Throwable error,
                           Object... params)

TensorDataException

public TensorDataException(String message,
                           Object... params)

TensorDataException

public TensorDataException(String message,
                           List<Throwable> nested,
                           Object... params)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class TensorException


Copyright © 2013. All Rights Reserved.