com.werken.blissed
Class InvalidMotionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.werken.blissed.BlissedException
                    |
                    +--com.werken.blissed.InvalidMotionException
All Implemented Interfaces:
java.io.Serializable

public class InvalidMotionException
extends BlissedException

Indicates an invalid motion through a process.

Author:
bob mcwhirter
See Also:
Serialized Form

Constructor Summary
protected InvalidMotionException(java.lang.String msg)
          Construct with a message.
 
Methods inherited from class com.werken.blissed.BlissedException
getLocalizedMessage, getMessage, getRootCause, hasRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidMotionException

protected InvalidMotionException(java.lang.String msg)
Construct with a message.
Parameters:
msg - The error message.


Copyright © 2002-2002 The Werken Company. All Rights Reserved.