|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.commonjava.tensor.TensorException
org.commonjava.tensor.data.TensorDataException
public class TensorDataException
| 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 |
|---|
public TensorDataException(String message,
Throwable error,
Object... params)
public TensorDataException(String message,
Object... params)
public TensorDataException(String message,
List<Throwable> nested,
Object... params)
| Method Detail |
|---|
public String getMessage()
getMessage in class TensorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||