com.hlcl.rql.as
Class MissingProjectNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.hlcl.rql.as.RQLException
              extended by com.hlcl.rql.as.MissingProjectNameException
All Implemented Interfaces:
java.io.Serializable

public class MissingProjectNameException
extends RQLException

Diese Ausnahme wird geworfen, wenn ein Projekt ohne Name erzeugt wurde, der aber benötigt wird (z.B. für die Ermittlung der Projekt GUID).

Author:
LEJAFR
See Also:
Serialized Form

Constructor Summary
MissingProjectNameException(java.lang.String s)
          MissingProjectNameException constructor comment.
 
Method Summary
 
Methods inherited from class com.hlcl.rql.as.RQLException
getMessage, getReason
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingProjectNameException

public MissingProjectNameException(java.lang.String s)
MissingProjectNameException constructor comment.

Parameters:
s - java.lang.String Nachricht an den User