Java Code Examples for org.apache.commons.math3.exception.util.LocalizedFormats#NOT_SUPPORTED_IN_DIMENSION_N

The following examples show how to use org.apache.commons.math3.exception.util.LocalizedFormats#NOT_SUPPORTED_IN_DIMENSION_N . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: Sphere1D.java    From astor with GNU General Public License v2.0 4 votes vote down vote up
/** Simple constructor.
 */
public NoSubSpaceException() {
    super(LocalizedFormats.NOT_SUPPORTED_IN_DIMENSION_N, 1);
}
 
Example 2
Source File: Euclidean1D.java    From astor with GNU General Public License v2.0 4 votes vote down vote up
/** Simple constructor.
 */
public NoSubSpaceException() {
    super(LocalizedFormats.NOT_SUPPORTED_IN_DIMENSION_N, 1);
}
 
Example 3
Source File: Sphere1D.java    From astor with GNU General Public License v2.0 4 votes vote down vote up
/** Simple constructor.
 */
public NoSubSpaceException() {
    super(LocalizedFormats.NOT_SUPPORTED_IN_DIMENSION_N, 1);
}
 
Example 4
Source File: Euclidean1D.java    From astor with GNU General Public License v2.0 4 votes vote down vote up
/** Simple constructor.
 */
public NoSubSpaceException() {
    super(LocalizedFormats.NOT_SUPPORTED_IN_DIMENSION_N, 1);
}
 
Example 5
Source File: Euclidean1D.java    From astor with GNU General Public License v2.0 2 votes vote down vote up
/** {@inheritDoc}
 * <p>
 * As the 1-dimension Euclidean space does not have proper sub-spaces,
 * this method always throws a {@link MathUnsupportedOperationException}
 * </p>
 * @return nothing
 * @throws MathUnsupportedOperationException in all cases
 */
public Space getSubSpace() throws MathUnsupportedOperationException {
    throw new MathUnsupportedOperationException(LocalizedFormats.NOT_SUPPORTED_IN_DIMENSION_N, 1);
}
 
Example 6
Source File: Euclidean1D.java    From astor with GNU General Public License v2.0 2 votes vote down vote up
/** {@inheritDoc}
 * <p>
 * As the 1-dimension Euclidean space does not have proper sub-spaces,
 * this method always throws a {@link MathUnsupportedOperationException}
 * </p>
 * @return nothing
 * @throws MathUnsupportedOperationException in all cases
 */
public Space getSubSpace() throws MathUnsupportedOperationException {
    throw new MathUnsupportedOperationException(LocalizedFormats.NOT_SUPPORTED_IN_DIMENSION_N, 1);
}
 
Example 7
Source File: Euclidean1D.java    From astor with GNU General Public License v2.0 2 votes vote down vote up
/** {@inheritDoc}
 * <p>
 * As the 1-dimension Euclidean space does not have proper sub-spaces,
 * this method always throws a {@link MathUnsupportedOperationException}
 * </p>
 * @return nothing
 * @throws MathUnsupportedOperationException in all cases
 */
public Space getSubSpace() throws MathUnsupportedOperationException {
    throw new MathUnsupportedOperationException(LocalizedFormats.NOT_SUPPORTED_IN_DIMENSION_N, 1);
}
 
Example 8
Source File: Euclidean1D.java    From astor with GNU General Public License v2.0 2 votes vote down vote up
/** {@inheritDoc}
 * <p>
 * As the 1-dimension Euclidean space does not have proper sub-spaces,
 * this method always throws a {@link MathUnsupportedOperationException}
 * </p>
 * @return nothing
 * @throws MathUnsupportedOperationException in all cases
 */
public Space getSubSpace() throws MathUnsupportedOperationException {
    throw new MathUnsupportedOperationException(LocalizedFormats.NOT_SUPPORTED_IN_DIMENSION_N, 1);
}
 
Example 9
Source File: Euclidean1D.java    From astor with GNU General Public License v2.0 2 votes vote down vote up
/** {@inheritDoc}
 * <p>
 * As the 1-dimension Euclidean space does not have proper sub-spaces,
 * this method always throws a {@link MathUnsupportedOperationException}
 * </p>
 * @return nothing
 * @throws MathUnsupportedOperationException in all cases
 */
public Space getSubSpace() throws MathUnsupportedOperationException {
    throw new MathUnsupportedOperationException(LocalizedFormats.NOT_SUPPORTED_IN_DIMENSION_N, 1);
}
 
Example 10
Source File: Euclidean1D.java    From astor with GNU General Public License v2.0 2 votes vote down vote up
/** {@inheritDoc}
 * <p>
 * As the 1-dimension Euclidean space does not have proper sub-spaces,
 * this method always throws a {@link MathUnsupportedOperationException}
 * </p>
 * @return nothing
 * @throws MathUnsupportedOperationException in all cases
 */
public Space getSubSpace() throws MathUnsupportedOperationException {
    throw new MathUnsupportedOperationException(LocalizedFormats.NOT_SUPPORTED_IN_DIMENSION_N, 1);
}