More information


de.spieleck.pcs.xml
Class NoSuchProducerFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.spieleck.pcs.xml.NoSuchProducerFoundException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchProducerFoundException
extends java.lang.Exception

Exception to be used if no suiting XmlProducer is found

See Also:
Serialized Form

Constructor Summary
NoSuchProducerFoundException()
          Creates a new instance of NoSuchProducerFoundException without detail message.
NoSuchProducerFoundException(java.lang.String msg)
          Constructs an instance of NoSuchProducerFoundException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchProducerFoundException

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

NoSuchProducerFoundException

public NoSuchProducerFoundException(java.lang.String msg)
Constructs an instance of NoSuchProducerFoundException with the specified detail message.
Parameters:
msg - the detail message.

More information