net.sf.josceleton.core.api.entity.joint
Class SkeletonCoordinateUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.josceleton.commons.exception.JosceletonException
                  extended by net.sf.josceleton.core.api.entity.joint.SkeletonCoordinateUnavailableException
All Implemented Interfaces:
Serializable

public class SkeletonCoordinateUnavailableException
extends JosceletonException

Since:
0.4
See Also:
Serialized Form

Constructor Summary
protected SkeletonCoordinateUnavailableException(String message, Throwable cause, Joint joint)
           
 
Method Summary
 Joint getJoint()
           
static SkeletonCoordinateUnavailableException newUnavailable(Joint joint)
           
static SkeletonCoordinateUnavailableException newUnavailable(Joint joint, Throwable cause)
           
 
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

SkeletonCoordinateUnavailableException

protected SkeletonCoordinateUnavailableException(String message,
                                                 Throwable cause,
                                                 Joint joint)
Method Detail

newUnavailable

public static SkeletonCoordinateUnavailableException newUnavailable(Joint joint)
Since:
0.4

newUnavailable

public static SkeletonCoordinateUnavailableException newUnavailable(Joint joint,
                                                                    Throwable cause)
Since:
0.4

getJoint

public final Joint getJoint()
Since:
0.4


Copyright © 2011 Josceleton. All Rights Reserved.