com.microcrowd.loader.java3d.max3ds
Class CannotChopException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.microcrowd.loader.java3d.max3ds.CannotChopException
All Implemented Interfaces:
java.io.Serializable

public class CannotChopException
extends java.lang.Exception

Exception thrown by chunks to indicate that the chopper cannot appropriately chop(parse) it. This Exception won't return null for getCause()

See Also:
Serialized Form

Constructor Summary
CannotChopException(java.lang.String message, java.lang.Throwable cause)
           
CannotChopException(java.lang.Throwable cause)
           
 
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

CannotChopException

public CannotChopException(java.lang.Throwable cause)

CannotChopException

public CannotChopException(java.lang.String message,
                           java.lang.Throwable cause)


Copyright © 2000-2011 Microcrowd. All Rights Reserved.