org.commonjava.tensor
Class TensorException

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

public class TensorException
extends Exception

See Also:
Serialized Form

Constructor Summary
TensorException(String message, Object... params)
           
TensorException(String message, Throwable error, Object... params)
           
 
Method Summary
 String getLocalizedMessage()
           
 String getMessage()
           
 
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

TensorException

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

TensorException

public TensorException(String message,
                       Object... params)
Method Detail

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2013. All Rights Reserved.