- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.tensorflow.ndarray.IllegalRankException
-
- All Implemented Interfaces:
Serializable
public class IllegalRankException extends IllegalArgumentException
Exception thrown when an operation cannot be completed because of the rank of the targeted array.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalRankException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalRankException
public IllegalRankException(String message)
-
-