colladaLoader
Class ColladaLoaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by colladaLoader.ColladaLoaderException
All Implemented Interfaces:
java.io.Serializable

public class ColladaLoaderException
extends java.lang.RuntimeException

Lucerne University of Applied Sciences and Arts http://www.hslu.ch

This source is free; you can redistribute it and/or modify it under the terms of the GNU General Public License and by nameing of the originally author

Version:
1.0
Author:
Markus Zimmermann http://www.die-seite.ch
See Also:
Serialized Form

Constructor Summary
ColladaLoaderException(java.lang.String msg, java.lang.RuntimeException ex)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

ColladaLoaderException

public ColladaLoaderException(java.lang.String msg,
                              java.lang.RuntimeException ex)