com.werken.blissed
Class DuplicateStateException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.werken.blissed.BlissedException
|
+--com.werken.blissed.DuplicateStateException
- All Implemented Interfaces:
- java.io.Serializable
- public class DuplicateStateException
- extends BlissedException
Indicates an attempt to add a duplicate state to a process.
- Author:
- bob mcwhirter
- See Also:
- Serialized Form
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 |
DuplicateStateException
protected DuplicateStateException(Process process,
java.lang.String stateName)
- Contsruct.
- Parameters:
process
- The process.stateName
- The duplicate state name.
getProcess
public Process getProcess()
- Retrieve the process.
- Returns:
- The process.
getStateName
public java.lang.String getStateName()
- Retrieve the state name.
- Returns:
- The state name.
getMessage
public java.lang.String getMessage()
- Retrieve the error message.
- Overrides:
getMessage
in class BlissedException
- Returns:
- The error message.
Copyright © 2002-2002 The Werken Company. All Rights Reserved.