org.ow2.weblab.core.extended.exception
Class WebLabRISyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ow2.weblab.core.extended.exception.WebLabUncheckedException
                  extended by org.ow2.weblab.core.extended.exception.WebLabRISyntaxException
All Implemented Interfaces:
java.io.Serializable

public class WebLabRISyntaxException
extends WebLabUncheckedException

WebLabUncheckedException to be thrown when having syntax troubles with the WebLabRI.

Author:
Cassidian WebLab Team
See Also:
Serialized Form

Constructor Summary
WebLabRISyntaxException(java.lang.String badUri)
           
WebLabRISyntaxException(java.net.URISyntaxException cause)
           
 
Method Summary
 
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

WebLabRISyntaxException

public WebLabRISyntaxException(java.lang.String badUri)
Parameters:
badUri - The badUri.

WebLabRISyntaxException

public WebLabRISyntaxException(java.net.URISyntaxException cause)
Parameters:
cause - The URISyntaxException that causes the RuntimeException.


Copyright © 2004-2010. All Rights Reserved.