All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ardor3d.math.TransformException Maven / Gradle / Ivy

The newest version!
/**
 * Copyright (c) 2008-2012 Ardor Labs, Inc.
 *
 * This file is part of Ardor3D.
 *
 * Ardor3D is free software: you can redistribute it and/or modify it 
 * under the terms of its license which may be found in the accompanying
 * LICENSE file or at .
 */

package com.ardor3d.math;

public class TransformException extends RuntimeException {

    private static final long serialVersionUID = 1L;

    public TransformException() {}

    public TransformException(final String message) {
        super(message);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy