org.openemcee.microflow.impl
Class UnknownDescriptorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.openemcee.microflow.impl.UnknownDescriptorException
All Implemented Interfaces:
java.io.Serializable

public class UnknownDescriptorException
extends java.lang.Exception

Author:
Scott Schenkein
See Also:
Serialized Form

Constructor Summary
UnknownDescriptorException()
          Creates a new instance of UnknownDescriptorException without detail message.
UnknownDescriptorException(java.lang.String msg)
          Constructs an instance of UnknownDescriptorException with the specified detail message.
 
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

UnknownDescriptorException

public UnknownDescriptorException()
Creates a new instance of UnknownDescriptorException without detail message.


UnknownDescriptorException

public UnknownDescriptorException(java.lang.String msg)
Constructs an instance of UnknownDescriptorException with the specified detail message.

Parameters:
msg - the detail message.


OpenEmcee Microflow Engine for Java: All software and content contained herein is subject to the Mozilla public license v1.1.
SourceForge.net Logo